Package gov.niem.tools.api.db.steward
Interface StewardRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Steward,,Long> org.springframework.data.jpa.repository.JpaRepository<Steward,,Long> org.springframework.data.repository.ListCrudRepository<Steward,,Long> org.springframework.data.repository.ListPagingAndSortingRepository<Steward,,Long> org.springframework.data.repository.PagingAndSortingRepository<Steward,,Long> org.springframework.data.repository.query.QueryByExampleExecutor<Steward>,org.springframework.data.repository.Repository<Steward,Long>
public interface StewardRepository
extends org.springframework.data.jpa.repository.JpaRepository<Steward,Long>
Repository interface for finding and managing stewards in the database.
-
Method Summary
Modifier and TypeMethodDescriptionfindByCategoryOrderByShortName(String category) findByCountryOrderByShortName(String category) findOneById(Long id) findOneByShortName(String shortName) Methods 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
-
findOneById
-
findOneByStewardKey
-
findOneByShortName
-
findByCategoryOrderByShortName
-
findByCountryOrderByShortName
-
findByFullNameContainingOrderByFullName
-
slugify
-