BaseDAO<Configuration>
, ConfigurationDAO
public class ConfigurationDAOImpl extends BaseHibernateDAOImpl<Configuration> implements ConfigurationDAO
Constructor | Description |
---|---|
ConfigurationDAOImpl() |
Modifier and Type | Method | Description |
---|---|---|
Configuration |
findByPrimaryKey(Integer configId) |
|
List<Configuration> |
findByType(int type) |
Deprecated.
|
List<Configuration> |
findByType(Configuration.Type type) |
|
List<Configuration> |
findByTypeAndValue(int type,
String value) |
Deprecated.
|
List<Configuration> |
findByTypeAndValue(Configuration.Type type,
String value) |
|
Configuration |
findByTypeValueKey(Configuration.Type type,
String value) |
delete, detach, merge, refresh, save, saveOrUpdate
delete, detach, merge, refresh, save, saveOrUpdate
public Configuration findByPrimaryKey(Integer configId)
findByPrimaryKey
in interface ConfigurationDAO
@Deprecated public List<Configuration> findByType(int type)
findByType
in interface ConfigurationDAO
@Deprecated public List<Configuration> findByTypeAndValue(int type, String value)
findByTypeAndValue
in interface ConfigurationDAO
public Configuration findByTypeValueKey(Configuration.Type type, String value)
findByTypeValueKey
in interface ConfigurationDAO
type
- the typevalue
- the valuepublic List<Configuration> findByType(Configuration.Type type)
findByType
in interface ConfigurationDAO
public List<Configuration> findByTypeAndValue(Configuration.Type type, String value)
findByTypeAndValue
in interface ConfigurationDAO
type
- the typevalue
- the valueCopyright © 2002–2019 itracker. All rights reserved.