BO
- public abstract class DNTemplateInstanceDao<BO extends DNTemplateInstance> extends DaoForAuthorableEntity<BO>
Modifier and Type | Field and Description |
---|---|
protected DNTemplateInstanceCompiler<BO> |
compiler |
KEY_COLUMN
logger, TABLE_NAME_PREFIX
Constructor and Description |
---|
DNTemplateInstanceDao() |
Modifier and Type | Method and Description |
---|---|
protected void |
deleteRaw(Integer id)
Deletes a record from
DaoTemplate.getTableName() table with the given id. |
protected int |
saveCompiledRuleAndGetKey(CompiledDNRule item) |
void |
setDaoLookupFactory(DaoLookupFactory factory) |
getAuthorId
delete, delete, getLastInsertId, load, save, saveAndGetKey
copyBetweenTablesBy, getRowMapper, getSelectAndFromClause, getTableName, loadAll, loadAllBy, loadAllBy, loadBy, postLoadAllBy, postLoadBy
boolToSmallint, createVirtuosoConnectionWrapper, executeInTransaction, getLookupFactory, jdbcQuery, jdbcQuery, jdbcQueryForInt, jdbcQueryForInt, jdbcQueryForInt, jdbcQueryForList, jdbcQueryForObject, jdbcQueryForObject, jdbcQueryForObject, jdbcQueryForObject, jdbcUpdate, jdbcUpdate, jdbcUpdate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
loadAllBy
protected DNTemplateInstanceCompiler<BO extends DNTemplateInstance> compiler
public void setDaoLookupFactory(DaoLookupFactory factory)
setDaoLookupFactory
in class Dao
protected void deleteRaw(Integer id) throws Exception
DaoForEntityWithSurrogateKey
DaoTemplate.getTableName()
table with the given id.deleteRaw
in class DaoForEntityWithSurrogateKey<BO extends DNTemplateInstance>
id
- idException
protected int saveCompiledRuleAndGetKey(CompiledDNRule item) throws Exception
item
- Exception
Copyright © 2013. All Rights Reserved.