|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexevs.dao.database.access.factory.DaoFactory<T>
public class DaoFactory<T extends LexGridSchemaVersionAwareDao>
A factory for creating Dao objects.
Constructor Summary | |
---|---|
DaoFactory()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
LexGridSchemaVersion |
getLexGridSchemaVersion()
Gets the lex grid schema version. |
java.lang.Object |
getObject()
|
java.lang.Class |
getObjectType()
|
java.util.List<T> |
getVersionableDaos()
Gets the versionable daos. |
boolean |
isSingleton()
|
void |
setLexGridSchemaVersion(LexGridSchemaVersion lexGridSchemaVersion)
Sets the lex grid schema version. |
void |
setVersionableDaos(java.util.List<T> versionableDaos)
Sets the versionable daos. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DaoFactory()
Method Detail |
---|
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 java.util.List<T> getVersionableDaos()
public void setVersionableDaos(java.util.List<T> versionableDaos)
versionableDaos
- the new versionable daospublic void setLexGridSchemaVersion(LexGridSchemaVersion lexGridSchemaVersion)
lexGridSchemaVersion
- the new lex grid schema versionpublic LexGridSchemaVersion getLexGridSchemaVersion()
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |