Package | Description |
---|---|
com.hp.sdn.dvc.dao |
Device Key persistence and teaming
|
Modifier and Type | Method and Description |
---|---|
Long |
KeyStoreService.delete(KeyFilter filter)
Remove the identified key from team / persistence.
|
Long |
KeyStore.delete(KeyFilter filter) |
List<Key> |
KeyStoreService.find(KeyFilter filter)
Find the keys from persistence.
|
List<Key> |
KeyStore.find(KeyFilter filter) |
protected javax.persistence.criteria.Predicate |
KeyDao.getQueryPredicate(KeyFilter filter,
javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.Root<KeyEntity> root) |
Constructor and Description |
---|
KeyStore(AbstractQuery<String,KeyEntity,Key,KeyFilter,EmptySortAttribute> query,
DataStoreService dataStoreService,
CoordinationService coordService,
SystemInformationService sysInfoService)
Unit test constructor
|
Copyright © 2015. All Rights Reserved.