Uses of Class
com.skava.entities.NotesEntity
Packages that use NotesEntity
Package
Description
This package contains the user domain factory definition classes.
This package contains the user domain factory implementation classes.
This package contains the user entities classes.
This package contains the user repository classes.
-
Uses of NotesEntity in com.skava.business.factory
Methods in com.skava.business.factory that return NotesEntityModifier and TypeMethodDescriptionNotesEntityFactory.createNotesEntity
(NotesDomain notesDomain, UsersEntity usersEntity) Methods in com.skava.business.factory with parameters of type NotesEntityModifier and TypeMethodDescriptionNotesDomainFactory.createNotesDomainFromEntity
(NotesEntity notes, CollectionEntity collectionEntity, UsersEntity usersEntity) Method parameters in com.skava.business.factory with type arguments of type NotesEntityModifier and TypeMethodDescriptionNotesDomainFactory.createNotesEntityListDO
(List<NotesEntity> notes, long collectionId) -
Uses of NotesEntity in com.skava.business.factoryimpl
Methods in com.skava.business.factoryimpl that return NotesEntityModifier and TypeMethodDescriptionNotesEntityFactoryImpl.createNotesEntity
(NotesDomain notesDomain, UsersEntity usersEntity) Methods in com.skava.business.factoryimpl with parameters of type NotesEntityModifier and TypeMethodDescriptionNotesDomainFactoryImpl.createNotesDomainFromEntity
(NotesEntity notes, CollectionEntity collectionEntity, UsersEntity userEntity) Method parameters in com.skava.business.factoryimpl with type arguments of type NotesEntityModifier and TypeMethodDescriptionNotesDomainFactoryImpl.createNotesEntityListDO
(List<NotesEntity> notes, long collectionId) -
Uses of NotesEntity in com.skava.entities
Fields in com.skava.entities with type parameters of type NotesEntityModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.ListPath<NotesEntity,
QNotesEntity> QUsersEntity.userNotes
Constructor parameters in com.skava.entities with type arguments of type NotesEntityModifierConstructorDescriptionQNotesEntity
(com.querydsl.core.types.Path<? extends NotesEntity> path) QNotesEntity
(Class<? extends NotesEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of NotesEntity in com.skava.repository
Methods in com.skava.repository that return types with arguments of type NotesEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<NotesEntity>
NotesRepository.findAllByUserIdOrderByIdDesc
(org.springframework.data.domain.Pageable pageRequest, long userId) This is used to load the user notes by userIdNotesRepository.findByIdAndUserId
(long id, long userId) This is used to load the notes by notes id and userId