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.model.java |
This package defines the JavaModel API.
|
org.apache.jdo.model.jdo |
This package defines the JDOModel API.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJavaModel
Abstract super class for JavaModel implementations.
|
Modifier and Type | Field and Description |
---|---|
protected JavaModel |
AbstractJavaModel.parent
The parent JavaModel.
|
Modifier and Type | Method and Description |
---|---|
abstract JavaModel |
AbstractJavaModelFactory.createJavaModel(java.lang.Object key)
Creates a new empty JavaModel instance.
|
JavaModel[] |
AbstractJavaModel.getChildren()
Returns a collection of child JavaModel instances in the form
of an array.
|
JavaModel |
AbstractJavaModelFactory.getJavaModel(java.lang.Object key)
Returns the JavaModel instance for the specified key.
|
JavaModel |
AbstractJavaModel.getParent()
Returns the parent JavaModel instance of this JavaModel.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJavaModelFactory.removeJavaModel(JavaModel javaModel)
Removes the specified javaModel from the JavaModel cache.
|
void |
AbstractJavaModel.setParent(JavaModel parent)
Set the parent JavaModel for this JavaModel.
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectionJavaModel
A reflection based JavaModel implementation used at runtime.
|
Modifier and Type | Method and Description |
---|---|
JavaModel |
ReflectionJavaModelFactory.createJavaModel(java.lang.Object key)
Creates a new empty JavaModel instance.
|
protected JavaModel |
ReflectionJavaModelFactory.newJavaModelInstance(java.lang.ClassLoader classLoader)
Creates a new instance of the JavaModel implementation class.
|
Modifier and Type | Method and Description |
---|---|
JavaModel |
JDOModelImplDynamic.getJavaModel()
Returns the JavaModel bound to this JDOModel instance.
|
Modifier and Type | Method and Description |
---|---|
JDOModel |
JDOModelFactoryImplDynamic.createJDOModel(JavaModel javaModel,
boolean loadXMLMetadataDefault)
Creates a new empty JDOModel instance.
|
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.
|
void |
JDOModelFactoryImplDynamic.removeJDOModel(JavaModel javaModel)
Removes the JDOModel for the specified javaModel from the JDOModel
cache.
|
void |
JDOModelImplDynamic.setJavaModel(JavaModel javaModel)
Sets the JavaModel for this JDOModel instance.
|
Constructor and Description |
---|
JDOModelImplDynamic(JavaModel javaModel,
boolean loadXMLMetadataDefault)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
JDOModel |
JDOModelFactoryImplCaching.createJDOModel(JavaModel javaModel,
boolean loadXMLMetadataDefault)
Creates a new empty JDOModel instance.
|
Constructor and Description |
---|
JDOModelImplCaching(JavaModel javaModel,
boolean loadXMLMetadataDefault)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
JavaModel |
JavaModelFactory.createJavaModel(java.lang.Object key)
Creates a new empty JavaModel instance.
|
JavaModel[] |
JavaModel.getChildren()
Returns a collection of child JavaModel instances in the form
of an array.
|
JavaModel |
JavaModelFactory.getJavaModel(java.lang.Object key)
Returns the JavaModel instance for the specified key.
|
JavaModel |
JavaModel.getParent()
Returns the parent JavaModel instance of this JavaModel.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaModelFactory.removeJavaModel(JavaModel javaModel)
Removes the specified javaModel from the JavaModel cache.
|
void |
JavaModel.setParent(JavaModel parent)
Set the parent JavaModel for this JavaModel.
|
Modifier and Type | Method and Description |
---|---|
JavaModel |
JDOModel.getJavaModel()
Returns the JavaModel bound to this JDOModel instance.
|
Modifier and Type | Method and Description |
---|---|
JDOModel |
JDOModelFactory.createJDOModel(JavaModel javaModel,
boolean loadXMLMetadataDefault)
Creates a new empty JDOModel instance.
|
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.
|
void |
JDOModelFactory.removeJDOModel(JavaModel javaModel)
Removes the JDOModel for the specified javaModel from the JDOModel
cache.
|
void |
JDOModel.setJavaModel(JavaModel javaModel)
Sets the JavaModel for this JDOModel instance.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.