Interface IdentityCacheRepository
-
- All Superinterfaces:
io.mosip.kernel.core.dataaccess.spi.repository.BaseRepository<IdentityEntity,String>,org.springframework.data.repository.CrudRepository<IdentityEntity,String>,org.springframework.data.jpa.repository.JpaRepository<IdentityEntity,String>,org.springframework.data.repository.PagingAndSortingRepository<IdentityEntity,String>,org.springframework.data.repository.query.QueryByExampleExecutor<IdentityEntity>,org.springframework.data.repository.Repository<IdentityEntity,String>
@Repository public interface IdentityCacheRepository extends io.mosip.kernel.core.dataaccess.spi.repository.BaseRepository<IdentityEntity,String>
Repository class for Identity Cache table- Author:
- Loganathan Sekar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Object[]>findDemoDataById(String id)List<Object[]>findTransactionLimitById(String id)-
Methods inherited from interface io.mosip.kernel.core.dataaccess.spi.repository.BaseRepository
create, createNamedQuerySelect, createNamedQueryUpdateOrDelete, createQuerySelect, createQuerySelect, createQueryUpdateOrDelete, delete, findAll, findById, update
-
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
-
-