public interface StoragePlatformDao extends BaseJpaDao
| Modifier and Type | Method and Description |
|---|---|
StoragePlatformEntity |
getStoragePlatformByName(String name)
Gets a storage platform by it's name.
|
delete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshStoragePlatformEntity getStoragePlatformByName(String name)
name - the storage platform name (case-insensitive)Copyright © 2019. All rights reserved.