public abstract class DaoForAuthorableEntity<T extends EntityWithSurrogateKey> extends DaoForEntityWithSurrogateKey<T>
KEY_COLUMN
logger, TABLE_NAME_PREFIX
Constructor and Description |
---|
DaoForAuthorableEntity() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getAuthorId(Integer entityId)
Return entity author ID or zero if the author is NULL.
|
delete, delete, deleteRaw, 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, setDaoLookupFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
loadAllBy
public abstract int getAuthorId(Integer entityId)
entityId
- ID of entity of type TCopyright © 2013. All Rights Reserved.