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.model.java |
This package defines the JavaModel API.
|
org.apache.jdo.model.jdo |
This package defines the JDOModel API.
|
Modifier and Type | Method and Description |
---|---|
JDOClass |
AbstractJavaType.getJDOClass() |
Modifier and Type | Method and Description |
---|---|
JDOClass |
ReflectionJavaType.getJDOClass()
Returns the JDOClass instance if this JavaType represents a
persistence capable class.
|
Modifier and Type | Class and Description |
---|---|
class |
JDOClassImplDynamic
An instance of this class represents the JDO metadata of a persistence
capable class.
|
Modifier and Type | Field and Description |
---|---|
protected JDOClass |
JDOClassImplDynamic.pcSuperclass
Relationship JDOClass<->JDOClass.
|
Modifier and Type | Method and Description |
---|---|
JDOClass |
JDOClassImplDynamic.createJDOClass(java.lang.String name)
This method returns a JDOClass instance representing an inner class of
this JDOClass If this JDOClass already declares such an inner class,
the existing JDOClass instance is returned.
|
JDOClass |
JDOModelImplDynamic.createJDOClass(java.lang.String className)
The method returns a JDOClass instance for the specified fully qualified
class name.
|
JDOClass |
JDOModelImplDynamic.createJDOClass(java.lang.String className,
boolean loadXMLMetadata)
The method returns a JDOClass instance for the specified fully qualified
class name.
|
JDOClass[] |
JDOClassImplDynamic.getDeclaredClasses()
Returns the collection of JDOClass instances declared by this JDOClass.
|
JDOClass[] |
JDOModelImplDynamic.getDeclaredClasses()
Returns the collection of JDOClass instances declared by this JDOModel
in the format of an array.
|
JDOClass |
JDOMemberImpl.getDeclaringClass()
Get the declaring class of this JDOMember.
|
JDOClass |
JDOModelImplDynamic.getJDOClass(java.lang.String className)
The method returns the JDOClass instance for the specified fully
qualified class name if present.
|
JDOClass |
JDOModelImplDynamic.getJDOClass(java.lang.String className,
boolean loadXMLMetadata)
The method returns the JDOClass instance for the specified fully
qualified class name if present.
|
JDOClass |
JDOModelImplDynamic.getJDOClassForObjectIdClass(JavaType objectIdClass)
This method returns the JDOClass instance that defines the specified type
as its objectId class.
|
JDOClass |
JDOClassImplDynamic.getPersistenceCapableRootClass()
Returns the least-derived (topmost) persistence-capable class in the
hierarchy of this JDOClass.
|
JDOClass |
JDOClassImplDynamic.getPersistenceCapableSuperclass()
Returns the JDOClass instance for the persistence-capable superclass
of this JDOClass.
|
protected JDOClass |
JDOClassImplDynamic.newJDOClassInstance()
Returns a new instance of the JDOClass implementation class.
|
protected JDOClass |
JDOModelImplDynamic.newJDOClassInstance()
Returns a new instance of the JDOClass implementation class.
|
Modifier and Type | Method and Description |
---|---|
void |
JDOMemberImpl.setDeclaringClass(JDOClass declaringClass)
Set the declaring class of this JDOMember.
|
void |
JDOClassImplDynamic.setPersistenceCapableSuperclass(JDOClass pcSuperclass)
Set the JDOClass for the persistence-capable superclass
of this JDOClass.
|
Modifier and Type | Class and Description |
---|---|
class |
JDOClassImplCaching
An instance of this class represents the JDO metadata of a persistence
capable class.
|
Modifier and Type | Method and Description |
---|---|
JDOClass |
JDOModelImplCaching.getJDOClassForObjectIdClass(JavaType objectIdClass)
This method returns the JDOClass instance that defines the specified type
as its objectId class.
|
JDOClass |
JDOClassImplCaching.getPersistenceCapableSuperclass()
Returns the JDOClass instance for the persistence-capable superclass
of this JDOClass.
|
protected JDOClass |
JDOClassImplCaching.newJDOClassInstance()
Returns a new instance of the JDOClass implementation class.
|
protected JDOClass |
JDOModelImplCaching.newJDOClassInstance()
Returns a new instance of the JDOClass implementation class.
|
Modifier and Type | Method and Description |
---|---|
static void |
PrintSupport.printJDOClass(JDOClass jdoClass) |
Modifier and Type | Method and Description |
---|---|
JDOClass |
JavaType.getJDOClass()
Returns the JDOClass instance if this JavaType represents a
persistence capable class.
|
Modifier and Type | Method and Description |
---|---|
JDOClass |
JDOModel.createJDOClass(java.lang.String className)
The method returns a JDOClass instance for the specified fully qualified
class name.
|
JDOClass |
JDOClass.createJDOClass(java.lang.String name)
This method returns a JDOClass instance representing an inner class of
this JDOClass If this JDOClass already declares such an inner class,
the existing JDOClass instance is returned.
|
JDOClass |
JDOModel.createJDOClass(java.lang.String className,
boolean loadXMLMetadata)
The method returns a JDOClass instance for the specified fully qualified
class name.
|
JDOClass[] |
JDOModel.getDeclaredClasses()
Returns the collection of JDOClass instances declared by this JDOModel
in the format of an array.
|
JDOClass[] |
JDOClass.getDeclaredClasses()
Returns the collection of JDOClass instances declared by this JDOClass.
|
JDOClass |
JDOMember.getDeclaringClass()
Get the declaring class of this JDOMember.
|
JDOClass |
JDOModel.getJDOClass(java.lang.String className)
The method returns the JDOClass instance for the specified fully
qualified class name if present.
|
JDOClass |
JDOModel.getJDOClass(java.lang.String className,
boolean loadXMLMetadata)
The method returns the JDOClass instance for the specified fully
qualified class name if present.
|
JDOClass |
JDOModel.getJDOClassForObjectIdClass(JavaType objectIdClass)
This method returns the JDOClass instance that defines the specified type
as its objectId class.
|
JDOClass |
JDOClass.getPersistenceCapableRootClass()
Returns the least-derived (topmost) persistence-capable class in the
hierarchy of this JDOClass.
|
JDOClass |
JDOClass.getPersistenceCapableSuperclass()
Returns the JDOClass instance for the persistence-capable superclass
of this JDOClass.
|
Modifier and Type | Method and Description |
---|---|
void |
JDOMember.setDeclaringClass(JDOClass declaringClass)
Set the declaring class of this JDOMember.
|
void |
JDOClass.setPersistenceCapableSuperclass(JDOClass pcSuperclass)
Set the JDOClass for the persistence-capable superclass
of this JDOClass.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.