public interface StorageDao extends BaseJpaDao
| Modifier and Type | Method and Description |
|---|---|
StorageEntity |
getStorageByName(String storageName)
Gets a storage by it's name.
|
List<StorageKey> |
getStorages()
Gets a list of storage keys for all storages defined in the system.
|
delete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshStorageEntity getStorageByName(String storageName)
storageName - the storage name (case-insensitive)List<StorageKey> getStorages()
Copyright © 2017. All rights reserved.