public class DNRuleComponentUncommittedDao extends DNRuleComponentDao
Modifier and Type | Field and Description |
---|---|
static String |
TABLE_NAME |
KEY_COLUMN
logger, TABLE_NAME_PREFIX
Constructor and Description |
---|
DNRuleComponentUncommittedDao() |
Modifier and Type | Method and Description |
---|---|
protected void |
deleteRaw(Integer id)
Deletes a record from
DaoTemplate.getTableName() table with the given id. |
protected String |
getRuleTableName() |
String |
getTableName()
Returns the name of the table that contains business entities represented by
|
void |
save(DNRuleComponent item)
Saves a business object to the database.
|
void |
update(DNRuleComponent item) |
getAuthorId, getRowMapper, getSelectAndFromClause, load
delete, delete, 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 DNRuleComponentDao
protected String getRuleTableName()
getRuleTableName
in class DNRuleComponentDao
protected void deleteRaw(Integer id) throws Exception
DaoForEntityWithSurrogateKey
DaoTemplate.getTableName()
table with the given id.deleteRaw
in class DNRuleComponentDao
id
- idException
public void save(DNRuleComponent item) throws Exception
DaoForEntityWithSurrogateKey
UnsupportedOperationException
.save
in class DNRuleComponentDao
Exception
public void update(DNRuleComponent item) throws Exception
update
in class DNRuleComponentDao
Exception
Copyright © 2013. All Rights Reserved.