Package org.openiam.esb.repository
Interface OTPProviderRepository
-
- All Superinterfaces:
AbstractEntityRepository<OTPProviderEntity,String>
,AbstractKeyEntityCustomRepository<OTPProviderEntity,String>
,AbstractKeyEntityRepository<OTPProviderEntity,String>
,AbstractKeyNameEntityCustomRepository<OTPProviderEntity,String>
,AbstractKeyNameEntityRepository<OTPProviderEntity,String>
,org.springframework.data.repository.CrudRepository<OTPProviderEntity,String>
,FindBeansRepositoryCustom<OTPProviderEntity,OTPProviderSearchBean>
,org.springframework.data.jpa.repository.JpaRepository<OTPProviderEntity,String>
,org.springframework.data.jpa.repository.JpaSpecificationExecutor<OTPProviderEntity>
,OTPProviderRepositoryCustom
,org.springframework.data.repository.PagingAndSortingRepository<OTPProviderEntity,String>
,org.springframework.data.repository.query.QueryByExampleExecutor<OTPProviderEntity>
,org.springframework.data.repository.Repository<OTPProviderEntity,String>
@Repository public interface OTPProviderRepository extends AbstractKeyNameEntityRepository<OTPProviderEntity,String>, OTPProviderRepositoryCustom
This is repository for working withOTPProviderEntity
- Author:
- zaporozhec
-
-
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
-
-