public class LexGridSchemaVersionFactory
extends java.lang.Object
implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
LexGridSchemaVersionFactory() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
java.lang.Object |
getObject() |
java.lang.Class |
getObjectType() |
TableMetadataDao |
getTableMetadataDao()
Gets the table metadata dao.
|
boolean |
isSingleton() |
void |
setTableMetadataDao(TableMetadataDao tableMetadataDao)
Sets the table metadata dao.
|
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 afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
java.lang.Exception
public TableMetadataDao getTableMetadataDao()
public void setTableMetadataDao(TableMetadataDao tableMetadataDao)
tableMetadataDao
- the new table metadata dao