|
spring-jdbc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
public abstract class AbstractColumnMaxValueIncrementer
Abstract base class for DataFieldMaxValueIncrementer
implementations that use
a column in a custom sequence table. Subclasses need to provide the specific handling
of that table in their AbstractDataFieldMaxValueIncrementer.getNextKey()
implementation..
Field Summary |
---|
Fields inherited from class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer |
---|
paddingLength |
Constructor Summary | |
---|---|
AbstractColumnMaxValueIncrementer()
Default constructor for bean property style usage. |
|
AbstractColumnMaxValueIncrementer(javax.sql.DataSource dataSource,
java.lang.String incrementerName,
java.lang.String columnName)
Convenience constructor. |
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
int |
getCacheSize()
Return the number of buffered keys. |
java.lang.String |
getColumnName()
Return the name of the column in the sequence table. |
void |
setCacheSize(int cacheSize)
Set the number of buffered keys. |
void |
setColumnName(java.lang.String columnName)
Set the name of the column in the sequence table. |
Methods inherited from class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer |
---|
getDataSource, getIncrementerName, getNextKey, getPaddingLength, nextIntValue, nextLongValue, nextStringValue, setDataSource, setIncrementerName, setPaddingLength |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractColumnMaxValueIncrementer()
AbstractDataFieldMaxValueIncrementer.setDataSource(javax.sql.DataSource)
,
AbstractDataFieldMaxValueIncrementer.setIncrementerName(java.lang.String)
,
setColumnName(java.lang.String)
public AbstractColumnMaxValueIncrementer(javax.sql.DataSource dataSource, java.lang.String incrementerName, java.lang.String columnName)
dataSource
- the DataSource to useincrementerName
- the name of the sequence/table to usecolumnName
- the name of the column in the sequence table to useMethod Detail |
---|
public void setColumnName(java.lang.String columnName)
public java.lang.String getColumnName()
public void setCacheSize(int cacheSize)
public int getCacheSize()
public void afterPropertiesSet()
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
in class AbstractDataFieldMaxValueIncrementer
|
spring-jdbc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |