public class GraphInErrorCountDao extends Dao implements DaoSortableDataProvidable<GraphInErrorCount>
Modifier and Type | Field and Description |
---|---|
static String |
INPUT_GRAPHS_STATES_TABLE_NAME |
static String |
INPUT_GRAPHS_TABLE_NAME |
static String |
PIPELINES_TABLE_NAME |
logger, TABLE_NAME_PREFIX
Constructor and Description |
---|
GraphInErrorCountDao() |
Modifier and Type | Method and Description |
---|---|
protected GraphInErrorCountRowMapper |
getRowMapper() |
String |
getTableName() |
GraphInErrorCount |
load(Integer id) |
List<GraphInErrorCount> |
loadAllBy(QueryCriteria criteria) |
boolToSmallint, createVirtuosoConnectionWrapper, executeInTransaction, getLookupFactory, jdbcQuery, jdbcQuery, jdbcQueryForInt, jdbcQueryForInt, jdbcQueryForInt, jdbcQueryForList, jdbcQueryForObject, jdbcQueryForObject, jdbcQueryForObject, jdbcQueryForObject, jdbcUpdate, jdbcUpdate, jdbcUpdate, setDaoLookupFactory
public static final String INPUT_GRAPHS_TABLE_NAME
public static final String INPUT_GRAPHS_STATES_TABLE_NAME
public static final String PIPELINES_TABLE_NAME
public String getTableName()
protected GraphInErrorCountRowMapper getRowMapper()
public List<GraphInErrorCount> loadAllBy(QueryCriteria criteria)
loadAllBy
in interface DaoSortableDataProvidable<GraphInErrorCount>
public GraphInErrorCount load(Integer id)
load
in interface DaoSortableDataProvidable<GraphInErrorCount>
Copyright © 2013. All Rights Reserved.