public interface KeyStoreRepositoryIf
| Modifier and Type | Method and Description |
|---|---|
long |
countByName(String name) |
KeyStoreEntity |
findByName(String name) |
void |
save(KeyStoreEntity keyStoreEntity) |
KeyStoreEntity findByName(String name)
long countByName(String name)
void save(KeyStoreEntity keyStoreEntity)
Copyright © 2018. All rights reserved.