public class ConfigurationDAO extends HibernateRepository<Configuration>
Configuration
objects in the database.Constructor and Description |
---|
ConfigurationDAO() |
Modifier and Type | Method and Description |
---|---|
Configuration |
get(ConfigurationKey key)
Retrieve the
Configuration object with the given ConfigurationKey . |
Configuration |
get(long id) |
Configuration |
get(String key) |
create, currentSession, delete, get, getBuilder, update
public Configuration get(long id)
public Configuration get(ConfigurationKey key)
Configuration
object with the given ConfigurationKey
.key
- unique configuration key for retrievalDAOException
public Configuration get(String key)
Copyright © 2017. All rights reserved.