public class MultivalueTypeDao extends DaoForEntityWithSurrogateKey<MultivalueType>
Modifier and Type | Field and Description |
---|---|
static String |
TABLE_NAME |
KEY_COLUMN
logger, TABLE_NAME_PREFIX
Constructor and Description |
---|
MultivalueTypeDao() |
Modifier and Type | Method and Description |
---|---|
protected void |
deleteRaw(Integer item)
Deletes a record from
DaoTemplate.getTableName() table with the given id. |
protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<MultivalueType> |
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, 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
public static final String TABLE_NAME
public String getTableName()
DaoTemplate
getTableName
in class DaoTemplate<MultivalueType>
protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<MultivalueType> getRowMapper()
DaoTemplate
getRowMapper
in class DaoTemplate<MultivalueType>
protected void deleteRaw(Integer item) throws Exception
DaoForEntityWithSurrogateKey
DaoTemplate.getTableName()
table with the given id.deleteRaw
in class DaoForEntityWithSurrogateKey<MultivalueType>
item
- idException
Copyright © 2013. All Rights Reserved.