public interface ConfigurationDao extends BaseJpaDao
| Modifier and Type | Method and Description |
|---|---|
ConfigurationEntity |
getConfigurationByKey(String key)
Gets a configuration by it's key.
|
delete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshConfigurationEntity getConfigurationByKey(String key)
key - the configuration key (case sensitive)Copyright © 2021. All rights reserved.