public class CurrentPersistenceSchemeVersionFactory
extends java.lang.Object
implements org.springframework.beans.factory.FactoryBean
Constructor and Description |
---|
CurrentPersistenceSchemeVersionFactory() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getObject() |
java.lang.Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setSystemVariables(SystemVariables systemVariables)
Sets the system variables.
|
public CurrentPersistenceSchemeVersionFactory()
public java.lang.Object getObject() throws java.lang.Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
java.lang.Exception
public java.lang.Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public void setSystemVariables(SystemVariables systemVariables)
systemVariables
- the new system variables