|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.data.platform.MaxValueIncrementerFactoryBean
public class MaxValueIncrementerFactoryBean
A factory bean for putting a DataFieldMaxValueIncrementer
in the Spring context.
Constructor Summary | |
---|---|
MaxValueIncrementerFactoryBean()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
DataSource |
getDataSource()
Gets the DataSource for which to retrieve the incrementer. |
String |
getIncrementerName()
Gets the name of the incrementer. |
org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer |
getObject()
|
Class<org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer> |
getObjectType()
|
boolean |
isSingleton()
|
void |
setDataSource(DataSource dataSource)
Setter for the DataSource . |
void |
setIncrementerName(String incrementerName)
Setter for the incrementer name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MaxValueIncrementerFactoryBean()
Method Detail |
---|
public org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean<org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer>
Exception
public Class<org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer>
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public DataSource getDataSource()
DataSource
for which to retrieve the incrementer.
DataSource
for which to retrieve the incrementer.public void setDataSource(DataSource dataSource)
DataSource
.
dataSource
- the DataSource
for which to retrieve the incrementer.public String getIncrementerName()
public void setIncrementerName(String incrementerName)
incrementerName
- the name of the incrementer.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |