Uses of Class
org.nentangso.core.domain.NtsTagsEntity
-
Packages that use NtsTagsEntity 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 NtsTagsEntity in org.nentangso.core.domain
Fields in org.nentangso.core.domain with type parameters of type NtsTagsEntity Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<NtsTagsEntity,Boolean>NtsTagsEntity_. deletedstatic javax.persistence.metamodel.SingularAttribute<NtsTagsEntity,Long>NtsTagsEntity_. idstatic javax.persistence.metamodel.SingularAttribute<NtsTagsEntity,String>NtsTagsEntity_. tags -
Uses of NtsTagsEntity in org.nentangso.core.repository
Methods in org.nentangso.core.repository that return types with arguments of type NtsTagsEntity Modifier and Type Method Description List<NtsTagsEntity>NtsTagsRepository. findAllById(Iterable<Long> ids)Methods in org.nentangso.core.repository with parameters of type NtsTagsEntity Modifier and Type Method Description voidNtsTagsRepository. delete(NtsTagsEntity entity)Method parameters in org.nentangso.core.repository with type arguments of type NtsTagsEntity Modifier and Type Method Description voidNtsTagsRepository. deleteAll(Iterable<? extends NtsTagsEntity> entities) -
Uses of NtsTagsEntity in org.nentangso.core.service.helper
Methods in org.nentangso.core.service.helper that return types with arguments of type NtsTagsEntity Modifier and Type Method Description Optional<NtsTagsEntity>NtsTagsHelper. save(String joinedTags, Long id)Optional<NtsTagsEntity>NtsTagsHelper. save(String joinedTags, NtsTagsEntity tagsEntity)Optional<NtsTagsEntity>NtsTagsHelper. save(Set<String> tags, Long id)Methods in org.nentangso.core.service.helper with parameters of type NtsTagsEntity Modifier and Type Method Description Optional<NtsTagsEntity>NtsTagsHelper. save(String joinedTags, NtsTagsEntity tagsEntity)
-