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