@Repository public interface KeyAliasRepository extends org.springframework.data.jpa.repository.JpaRepository<KeyAlias,String>
| Modifier and Type | Method and Description |
|---|---|
List<KeyAlias> |
findByApplicationIdAndReferenceId(String applicationId,
String referenceId)
Function to find keyalias by applicationId and referenceId
|
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllCopyright © 2020. All rights reserved.