BaseDAO<Configuration>
ConfigurationDAOImpl
public interface ConfigurationDAO extends BaseDAO<Configuration>
Modifier and Type | Method | Description |
---|---|---|
Configuration |
findByPrimaryKey(Integer id) |
|
List<Configuration> |
findByType(int type) |
Deprecated.
use findByType(Configuration.Type type)
|
List<Configuration> |
findByType(Configuration.Type type) |
|
List<Configuration> |
findByTypeAndValue(int type,
String value) |
Deprecated.
|
List<Configuration> |
findByTypeAndValue(Configuration.Type type,
String value) |
Deprecated.
use findByTypeValueKey(int type, String value)
|
Configuration |
findByTypeValueKey(Configuration.Type type,
String value) |
Configuration findByPrimaryKey(Integer id)
List<Configuration> findByType(Configuration.Type type)
List<Configuration> findByType(int type)
type
- @Deprecated List<Configuration> findByTypeAndValue(int type, String value)
Configuration findByTypeValueKey(Configuration.Type type, String value)
type
- the typevalue
- the valueList<Configuration> findByTypeAndValue(Configuration.Type type, String value)
type
- the typevalue
- the valueCopyright © 2002–2019 itracker. All rights reserved.