public interface StorageUnitStatusDao extends BaseJpaDao
| Modifier and Type | Method and Description |
|---|---|
StorageUnitStatusEntity |
getStorageUnitStatusByCode(String code)
Gets a storage unit status by it's code.
|
delete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshStorageUnitStatusEntity getStorageUnitStatusByCode(String code)
code - the storage unit status code (case-insensitive)Copyright © 2019. All rights reserved.