Uses of Class
org.nentangso.core.domain.NtsNoteEntity
-
Packages that use NtsNoteEntity Package Description org.nentangso.core.domain JPA domain objects.org.nentangso.core.repository Spring Data JPA repositories.org.nentangso.core.service.helper Service helpers -
-
Uses of NtsNoteEntity in org.nentangso.core.domain
Fields in org.nentangso.core.domain with type parameters of type NtsNoteEntity Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<NtsNoteEntity,Boolean>NtsNoteEntity_. deletedstatic javax.persistence.metamodel.SingularAttribute<NtsNoteEntity,Long>NtsNoteEntity_. idstatic javax.persistence.metamodel.SingularAttribute<NtsNoteEntity,String>NtsNoteEntity_. note -
Uses of NtsNoteEntity in org.nentangso.core.repository
Methods in org.nentangso.core.repository that return types with arguments of type NtsNoteEntity Modifier and Type Method Description List<NtsNoteEntity>NtsNoteRepository. findAllById(Iterable<Long> ids)Methods in org.nentangso.core.repository with parameters of type NtsNoteEntity Modifier and Type Method Description voidNtsNoteRepository. delete(NtsNoteEntity entity)Method parameters in org.nentangso.core.repository with type arguments of type NtsNoteEntity Modifier and Type Method Description voidNtsNoteRepository. deleteAll(Iterable<? extends NtsNoteEntity> entities) -
Uses of NtsNoteEntity in org.nentangso.core.service.helper
Methods in org.nentangso.core.service.helper that return types with arguments of type NtsNoteEntity Modifier and Type Method Description Optional<NtsNoteEntity>NtsNoteHelper. save(String note, Long id)Optional<NtsNoteEntity>NtsNoteHelper. save(String note, NtsNoteEntity noteEntity)Methods in org.nentangso.core.service.helper with parameters of type NtsNoteEntity Modifier and Type Method Description Optional<NtsNoteEntity>NtsNoteHelper. save(String note, NtsNoteEntity noteEntity)
-