@Repository public interface UinHashSaltRepo extends org.springframework.data.jpa.repository.JpaRepository<UinHashSalt,Long>
| Modifier and Type | Method and Description |
|---|---|
String |
retrieveSaltById(Long id)
The Query to retrieve salt by passing id as parameter.
|
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllCopyright © 2020. All rights reserved.