Package org.openiam.esb.repository
Interface AuthenticationRuleRepository
-
- All Superinterfaces:
AbstractEntityRepository<AuthenticationRuleEntity,String>
,AbstractKeyEntityCustomRepository<AuthenticationRuleEntity,String>
,AbstractKeyEntityRepository<AuthenticationRuleEntity,String>
,AuthenticationRuleRepositoryCustom
,org.springframework.data.repository.CrudRepository<AuthenticationRuleEntity,String>
,FindBeansRepositoryCustom<AuthenticationRuleEntity,AuthenticationRuleSearchBean>
,org.springframework.data.jpa.repository.JpaRepository<AuthenticationRuleEntity,String>
,org.springframework.data.jpa.repository.JpaSpecificationExecutor<AuthenticationRuleEntity>
,org.springframework.data.repository.PagingAndSortingRepository<AuthenticationRuleEntity,String>
,org.springframework.data.repository.query.QueryByExampleExecutor<AuthenticationRuleEntity>
,org.springframework.data.repository.Repository<AuthenticationRuleEntity,String>
@Repository public interface AuthenticationRuleRepository extends AbstractKeyEntityRepository<AuthenticationRuleEntity,String>, AuthenticationRuleRepositoryCustom
-
-
Method Summary
-
Methods inherited from interface org.openiam.esb.repository.AbstractEntityRepository
getPageable
-
Methods inherited from interface org.openiam.esb.repository.custom.AbstractKeyEntityCustomRepository
findByIdIn
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
-
Methods inherited from interface org.openiam.esb.repository.custom.FindBeansRepositoryCustom
count, find, find, find, getByExample, getByExample, isValidSearchBean
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, exists, findAll, findAll, findAll, findOne
-
-