@Repository public interface KeyStoreRepository extends org.springframework.data.jpa.repository.JpaRepository<KeyStore,String>
| Modifier and Type | Method and Description |
|---|---|
Optional<KeyStore> |
findByAlias(String alias)
Function to find KeyStore by alias
|
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllCopyright © 2020. All rights reserved.