public class JDOModelFactoryImplCaching extends JDOModelFactoryImplDynamic
Modifier | Constructor and Description |
---|---|
protected |
JDOModelFactoryImplCaching()
Creates new JDOModelFactoryImplCaching.
|
Modifier and Type | Method and Description |
---|---|
JDOModel |
createJDOModel(JavaModel javaModel,
boolean loadXMLMetadataDefault)
Creates a new empty JDOModel instance.
|
static JDOModelFactory |
getInstance()
Get an instance of JDOModelFactoryImpl.
|
getJDOModel, getJDOModel
protected JDOModelFactoryImplCaching()
getInstance()
should be used.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.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.