public class QARulesGroupDao extends AbstractRulesGroupDao<QARulesGroup>
Modifier and Type | Field and Description |
---|---|
static String |
TABLE_NAME |
UNCOMMITTED_TABLE_SUFFIX
KEY_COLUMN
logger, TABLE_NAME_PREFIX
Constructor and Description |
---|
QARulesGroupDao() |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends AbstractRuleDao<?>> |
getDependentRuleDao() |
protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<QARulesGroup> |
getRowMapper()
Returns the row mapper that creates an instance of the business object from a query result set.
|
String |
getTableName()
Returns the name of the table that contains business entities represented by
|
commitChanges, getAuthorId, getSelectAndFromClause, load, markUncommitted, save, update
delete, delete, deleteRaw, getLastInsertId, saveAndGetKey
copyBetweenTablesBy, loadAll, loadAllBy, loadAllBy, loadBy, postLoadAllBy, postLoadBy
boolToSmallint, createVirtuosoConnectionWrapper, executeInTransaction, getLookupFactory, jdbcQuery, jdbcQuery, jdbcQueryForInt, jdbcQueryForInt, jdbcQueryForInt, jdbcQueryForList, jdbcQueryForObject, jdbcQueryForObject, jdbcQueryForObject, jdbcQueryForObject, jdbcUpdate, jdbcUpdate, jdbcUpdate, setDaoLookupFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
loadAllBy
public static final String TABLE_NAME
public String getTableName()
DaoTemplate
getTableName
in class DaoTemplate<QARulesGroup>
protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<QARulesGroup> getRowMapper()
DaoTemplate
getRowMapper
in class DaoTemplate<QARulesGroup>
protected Class<? extends AbstractRuleDao<?>> getDependentRuleDao()
getDependentRuleDao
in class AbstractRulesGroupDao<QARulesGroup>
Copyright © 2013. All Rights Reserved.