public abstract class AbstractJdbcBatchMetadataDao extends Object implements org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_EXIT_MESSAGE_LENGTH |
static String |
DEFAULT_TABLE_PREFIX
Default value for the table prefix property.
|
| Constructor and Description |
|---|
AbstractJdbcBatchMetadataDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
int |
getClobTypeToUse() |
protected org.springframework.jdbc.core.JdbcOperations |
getJdbcTemplate() |
protected String |
getQuery(String base) |
protected String |
getTablePrefix() |
void |
setClobTypeToUse(int clobTypeToUse) |
void |
setJdbcTemplate(org.springframework.jdbc.core.JdbcOperations jdbcTemplate) |
void |
setTablePrefix(String tablePrefix)
Public setter for the table prefix property.
|
public static final String DEFAULT_TABLE_PREFIX
public static final int DEFAULT_EXIT_MESSAGE_LENGTH
protected String getTablePrefix()
public void setTablePrefix(String tablePrefix)
DEFAULT_TABLE_PREFIX.tablePrefix - the tablePrefix to setpublic void setJdbcTemplate(org.springframework.jdbc.core.JdbcOperations jdbcTemplate)
protected org.springframework.jdbc.core.JdbcOperations getJdbcTemplate()
public int getClobTypeToUse()
public void setClobTypeToUse(int clobTypeToUse)
Copyright © 2013. All rights reserved.