Interface PolicyGroupRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<PolicyGroup,String>,org.springframework.data.jpa.repository.JpaRepository<PolicyGroup,String>,org.springframework.data.repository.PagingAndSortingRepository<PolicyGroup,String>,org.springframework.data.repository.query.QueryByExampleExecutor<PolicyGroup>,org.springframework.data.repository.Repository<PolicyGroup,String>
@Repository public interface PolicyGroupRepository extends org.springframework.data.jpa.repository.JpaRepository<PolicyGroup,String>
- Author:
- sanjeev.shrivastava
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyGroupfindByName(String policyName)-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
-
-
-
-
Method Detail
-
findByName
PolicyGroup findByName(String policyName)
-
-