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