public class PrefixDao extends DaoTemplate<Prefix>
Modifier and Type | Field and Description |
---|---|
static String |
TABLE_NAME |
logger, TABLE_NAME_PREFIX
Constructor and Description |
---|
PrefixDao() |
Modifier and Type | Method and Description |
---|---|
void |
delete(Prefix item) |
protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<Prefix> |
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
|
void |
save(Prefix item) |
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
public static final String TABLE_NAME
public String getTableName()
DaoTemplate
getTableName
in class DaoTemplate<Prefix>
protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<Prefix> getRowMapper()
DaoTemplate
getRowMapper
in class DaoTemplate<Prefix>
Copyright © 2013. All Rights Reserved.