Package gov.niem.tools.api.db.property
Interface PropertyRepository
- All Superinterfaces:
ComponentRepository<Property>,org.springframework.data.repository.CrudRepository<Property,,Long> org.springframework.data.jpa.repository.JpaRepository<Property,,Long> org.springframework.data.repository.ListCrudRepository<Property,,Long> org.springframework.data.repository.ListPagingAndSortingRepository<Property,,Long> org.springframework.data.repository.PagingAndSortingRepository<Property,,Long> org.springframework.data.repository.query.QueryByExampleExecutor<Property>,org.springframework.data.repository.Repository<Property,Long>
Repository interface for finding and managing properties in the database.
-
Method Summary
Modifier and TypeMethodDescriptionlongcountByNamespace_IdAndCategory(long namespaceId, Property.Category category) longcountByNamespace_Version_IdAndCategory(long versionId, Property.Category category) findAllByGroup_Id(long groupId) org.springframework.data.domain.Page<Property> findAllByType_Id(long typeId, org.springframework.data.domain.Pageable pageable) Methods inherited from interface gov.niem.tools.api.db.component.ComponentRepository
countByNamespace_Id, countByNamespace_Version_Id, findAllByNamespace_Id, findAllByNamespace_Version_Id, findOneByNamespace_IdAndName, findTop10ByNamespace_IdAndNameLikeIgnoreCase, findTop10ByNamespace_Version_IdAndNameLikeIgnoreCaseMethods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
countByNamespace_IdAndCategory
-
countByNamespace_Version_IdAndCategory
-
findAllByGroup_Id
-
findAllByType_Id
org.springframework.data.domain.Page<Property> findAllByType_Id(long typeId, org.springframework.data.domain.Pageable pageable)
-