Interface CredSubjectIdStoreRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<CredSubjectIdStore,String>,org.springframework.data.jpa.repository.JpaRepository<CredSubjectIdStore,String>,org.springframework.data.repository.PagingAndSortingRepository<CredSubjectIdStore,String>,org.springframework.data.repository.query.QueryByExampleExecutor<CredSubjectIdStore>,org.springframework.data.repository.Repository<CredSubjectIdStore,String>
@Repository public interface CredSubjectIdStoreRepository extends org.springframework.data.jpa.repository.JpaRepository<CredSubjectIdStore,String>
The Interface CredSubjectIdStoreRepository.- Author:
- Mahammed Taheer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<CredSubjectIdStore>findAllByCsidKeyHash(String keyHash)-
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
-
findAllByCsidKeyHash
List<CredSubjectIdStore> findAllByCsidKeyHash(String keyHash)
-
-