Package | Description |
---|---|
org.apache.jdo.impl.enhancer.meta.model | |
org.apache.jdo.impl.jdoql.jdoqlc | |
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.java.runtime |
This package contains a runtime specific JavaModel implementation
based on 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 |
EnhancerJavaModel
Provides some basic Java type information based on JVM descriptors.
|
Constructor and Description |
---|
EnhancerJavaType(java.lang.Class clazz,
JDOModel jdoModel,
JavaModel javaModel)
Creates an instance.
|
Modifier and Type | Field and Description |
---|---|
protected JavaModel |
TypeSupport.applicationJavaModel
The JavaModel for the class loader of the candidate class.
|
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 |
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 | Class and Description |
---|---|
class |
RuntimeJavaModel
A reflection based JavaModel implementation used at runtime.
|
Modifier and Type | Method and Description |
---|---|
JavaModel |
RuntimeJavaModelFactory.createJavaModel(java.lang.Object key)
Creates a new empty JavaModel instance.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RuntimeJavaModelFactory.setJDOModelInternal(JavaModel javaModel)
Sets the JDOModel instance for the specified JavaModel.
|
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 |
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 |
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 |
JDOModel.setJavaModel(JavaModel javaModel)
Sets the JavaModel for this JDOModel instance.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.