public class RelationTypeDao extends DaoForEntityWithSurrogateKey<RelationType>
Modifier and Type | Field and Description |
---|---|
protected static org.apache.log4j.Logger |
logger |
static String |
TABLE_NAME |
KEY_COLUMN
TABLE_NAME_PREFIX
Constructor and Description |
---|
RelationTypeDao() |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<RelationType> |
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
|
delete, delete, deleteRaw, getLastInsertId, load, save, saveAndGetKey
copyBetweenTablesBy, getSelectAndFromClause, 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
protected static org.apache.log4j.Logger logger
public static final String TABLE_NAME
public String getTableName()
DaoTemplate
getTableName
in class DaoTemplate<RelationType>
protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<RelationType> getRowMapper()
DaoTemplate
getRowMapper
in class DaoTemplate<RelationType>
Copyright © 2013. All Rights Reserved.