Package | Description |
---|---|
org.apache.jdo.impl.model.java |
This package contains classes that are for use across all kinds of
JavaModel implementations.
|
org.apache.jdo.impl.model.java.reflection | |
org.apache.jdo.impl.model.jdo |
This package contains classes that implement the JDO model interfaces
and provide access to JDO metadata.
|
org.apache.jdo.impl.model.jdo.caching | |
org.apache.jdo.impl.model.jdo.util | |
org.apache.jdo.impl.model.jdo.xml | |
org.apache.jdo.model.java |
This package defines the JavaModel API.
|
org.apache.jdo.model.jdo |
This package defines the JDOModel API.
|
Modifier and Type | Field and Description |
---|---|
protected JDOModel |
AbstractJavaModel.jdoModel
The corresponding JDOModel instance.
|
Modifier and Type | Method and Description |
---|---|
JDOModel |
AbstractJavaModel.getJDOModel()
Returns the corresponding JDOModel instance.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJavaModel.setJDOModel(JDOModel jdoModel)
Sets the corresponding JDOModel instance.
|
Modifier and Type | Method and Description |
---|---|
JDOModel |
ReflectionJavaModel.getJDOModel()
Returns the corresponding JDOModel instance.
|
Modifier and Type | Class and Description |
---|---|
class |
JDOModelImplDynamic
A JDOModel instance bundles a number of JDOClass instances used by an
application.
|
Modifier and Type | Method and Description |
---|---|
JDOModel |
JDOModelFactoryImplDynamic.createJDOModel(JavaModel javaModel,
boolean loadXMLMetadataDefault)
Creates a new empty JDOModel instance.
|
JDOModel |
JDOClassImplDynamic.getDeclaringModel()
Returns the declaring JDOModel of this JDOClass.
|
JDOModel |
JDOPackageImpl.getDeclaringModel()
Returns the declaring JDOModel of this JDOPackage.
|
JDOModel |
JDOModelFactoryImplDynamic.getJDOModel(JavaModel javaModel)
Returns the JDOModel instance for the specified javaModel.
|
JDOModel |
JDOModelFactoryImplDynamic.getJDOModel(JavaModel javaModel,
boolean loadXMLMetadataDefault)
Returns the JDOModel instance for the specified javaModel.
|
JDOModel |
JDOModelImplDynamic.getParent()
Returns the parent JDOModel instance of this JDOModel.
|
Modifier and Type | Method and Description |
---|---|
void |
JDOModelFactoryImplDynamic.removeJDOModel(JDOModel jdoModel)
Removes the specified jdoModel from the JDOModel cache.
|
void |
JDOClassImplDynamic.setDeclaringModel(JDOModel model)
Set the declaring JDOModel for this JDOClass.
|
void |
JDOPackageImpl.setDeclaringModel(JDOModel model)
Set the declaring JDOModel for this JDOPackage.
|
Modifier and Type | Class and Description |
---|---|
class |
JDOModelImplCaching
A JDOModel instance bundles a number of JDOClass instances used by an
application.
|
Modifier and Type | Method and Description |
---|---|
JDOModel |
JDOModelFactoryImplCaching.createJDOModel(JavaModel javaModel,
boolean loadXMLMetadataDefault)
Creates a new empty JDOModel instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
PrintSupport.printJDOModel(JDOModel jdoModel) |
static JavaType |
TypeSupport.resolveType(JDOModel jdoModel,
java.lang.String typeName,
java.lang.String packagePrefix)
Returns a JavaType representation for the specified type name.
|
Constructor and Description |
---|
JDOHandlerImpl(JDOModel model) |
Modifier and Type | Method and Description |
---|---|
JDOModel |
JavaModel.getJDOModel()
Returns the corresponding JDOModel instance.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaModel.setJDOModel(JDOModel jdoModel)
Sets the corresponding JDOModel instance.
|
Modifier and Type | Method and Description |
---|---|
JDOModel |
JDOModelFactory.createJDOModel(JavaModel javaModel,
boolean loadXMLMetadataDefault)
Creates a new empty JDOModel instance.
|
JDOModel |
JDOClass.getDeclaringModel()
Returns the declaring JDOModel of this JDOClass.
|
JDOModel |
JDOPackage.getDeclaringModel()
Returns the declaring JDOModel of this JDOPackage.
|
JDOModel |
JDOModelFactory.getJDOModel(JavaModel javaModel)
Returns the JDOModel instance for the specified javaModel.
|
JDOModel |
JDOModelFactory.getJDOModel(JavaModel javaModel,
boolean loadXMLMetadataDefault)
Returns the JDOModel instance for the specified javaModel.
|
JDOModel |
JDOModel.getParent()
Returns the parent JDOModel instance of this JDOModel.
|
Modifier and Type | Method and Description |
---|---|
void |
JDOModelFactory.removeJDOModel(JDOModel jdoModel)
Removes the specified jdoModel from the JDOModel cache.
|
void |
JDOClass.setDeclaringModel(JDOModel model)
Set the declaring JDOModel for this JDOClass.
|
void |
JDOPackage.setDeclaringModel(JDOModel model)
Set the declaring JDOModel for this JDOPackage.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.