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 |
BaseReflectionJavaField
This class provides a basic JavaField implementation using a reflection
Field instance.
|
class |
JavaPropertyImpl
Default Implementation of the JavaProperty interface.
|
Modifier and Type | Method and Description |
---|---|
JavaField[] |
AbstractJavaType.getDeclaredJavaFields() |
JavaField[] |
BaseReflectionJavaType.getDeclaredJavaFields() |
JavaField |
AbstractJavaType.getJavaField(java.lang.String name) |
JavaField |
BaseReflectionJavaType.getJavaField(java.lang.String fieldName)
Returns a JavaField instance that reflects the field with the
specified name of the class or interface represented by this
JavaType instance.
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectionJavaField
A reflection based JavaField implementation used at runtime.
|
Modifier and Type | Method and Description |
---|---|
JavaField |
ReflectionJavaType.getDeclaredJavaField(java.lang.String fieldName)
Returns a JavaField instance that reflects the declared field with
the specified name of the class or interface represented by this
JavaType instance.
|
JavaField[] |
ReflectionJavaType.getDeclaredJavaFields()
Returns an array of JavaField instances representing the declared
fields of the class represented by this JavaType instance.
|
JavaField |
ReflectionJavaType.getJavaField(java.lang.String fieldName)
Returns a JavaField instance that reflects the field with the
specified name of the class or interface represented by this
JavaType instance.
|
protected JavaField |
ReflectionJavaType.newJavaFieldInstance(java.lang.reflect.Field field)
Creates a new instance of the JavaField implementation class.
|
protected JavaField |
ReflectionJavaType.newJavaFieldInstance(java.lang.String fieldName,
JavaType type)
Creates a new instance of the JavaField implementation class.
|
Modifier and Type | Field and Description |
---|---|
protected JavaField |
JDOFieldImplDynamic.javaField
Property javaField.
|
Modifier and Type | Method and Description |
---|---|
JavaField |
JDOAssociatedPropertyImplDynamic.getJavaField()
Get the corresponding JavaProperty representation for this JDOProperty.
|
JavaField |
JDOFieldImplDynamic.getJavaField()
Get the corresponding JavaField representation for this JDOField.
|
JavaField |
JDOPropertyImplDynamic.getJavaField()
Get the corresponding JavaField representation for this JDOProperty.
|
Modifier and Type | Method and Description |
---|---|
void |
JDOAssociatedPropertyImplDynamic.setJavaField(JavaField javaField)
Sets the corresponding JavaProperty representation for this JDOProperty.
|
void |
JDOFieldImplDynamic.setJavaField(JavaField javaField)
Sets the corresponding Java field representation for this JDOField.
|
void |
JDOPropertyImplDynamic.setJavaField(JavaField javaField)
Sets the corresponding JavaProperty representation for this JDOProperty.
|
Modifier and Type | Method and Description |
---|---|
JavaField |
JDOAssociatedPropertyImplCaching.getJavaField()
Get the corresponding JavaProperty representation for this JDOProperty.
|
JavaField |
JDOFieldImplCaching.getJavaField()
Get the corresponding JavaField representation for this JDOField.
|
JavaField |
JDOPropertyImplCaching.getJavaField()
Get the corresponding JavaField representation for this JDOProperty.
|
Modifier and Type | Method and Description |
---|---|
void |
JDOPropertyImplCaching.setJavaField(JavaField javaField)
Sets the corresponding JavaProperty representation for this JDOProperty.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JavaProperty
A JavaProperty instance represents a JavaBeans property.
|
Modifier and Type | Method and Description |
---|---|
JavaField[] |
JavaType.getDeclaredJavaFields()
Returns an array of JavaField instances representing the declared
fields of the class represented by this JavaType instance.
|
JavaField |
JavaType.getJavaField(java.lang.String name)
Returns a JavaField instance that reflects the field with the
specified name of the class or interface represented by this
JavaType instance.
|
Modifier and Type | Method and Description |
---|---|
JavaField |
JDOField.getJavaField()
Get the corresponding Java field representation for this JDOField.
|
Modifier and Type | Method and Description |
---|---|
void |
JDOField.setJavaField(JavaField javaField)
Sets the corresponding Java field representation for this JDOField.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.