|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jdo.impl.model.jdo.JDOModelFactoryImplDynamic
org.apache.jdo.impl.model.jdo.caching.JDOModelFactoryImplCaching
Factory for caching JDOModel instances.
Constructor Summary | |
protected |
JDOModelFactoryImplCaching()
Creates new JDOModelFactoryImplCaching. |
Method Summary | |
JDOModel |
createJDOModel(JavaModel javaModel,
boolean loadXMLMetadataDefault)
Creates a new empty JDOModel instance. |
static JDOModelFactory |
getInstance()
Get an instance of JDOModelFactoryImpl. |
Methods inherited from class org.apache.jdo.impl.model.jdo.JDOModelFactoryImplDynamic |
getJDOModel, getJDOModel, removeJDOModel, removeJDOModel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected JDOModelFactoryImplCaching()
getInstance()
should be used.
Method Detail |
public static JDOModelFactory getInstance()
public JDOModel createJDOModel(JavaModel javaModel, boolean loadXMLMetadataDefault)
loadXMLMetadataDefault
to set the default behavior
for the creation of new JDOClass instances using methods
JDOModel.createJDOClass(String)
and
JDOModel.getJDOClass(String)
for which the caller doesn't
explicitly specify whether to read XML metatdata or not.
createJDOModel
in interface JDOModelFactory
createJDOModel
in class JDOModelFactoryImplDynamic
loadXMLMetadataDefault
- the default setting for whether to
read XML metatdata in JDOModel's methods for JDOClass creation.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |