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.model.java |
This package defines the JavaModel API.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJavaMember
Abstract super class for JavaMember implementations.
|
class |
AbstractJavaType
Abstract super class for JavaType implementations.
|
class |
BaseReflectionJavaField
This class provides a basic JavaField implementation using a reflection
Field instance.
|
class |
BaseReflectionJavaType
This class provides a basic JavaType implementation using a reflection
Class instance.
|
class |
ErrorType
An instance of class ErrorType represents an erroneous type.
|
class |
FloatingPointType
A FloatingPointType instance represents a floating point type as defined
in the Java language.
|
class |
IntegralType
A IntegralType instance represents an integral type as defined in the
Java language.
|
class |
JavaPropertyImpl
Default Implementation of the JavaProperty interface.
|
class |
JDOSupportedCollectionType
A JDOSupportedCollectionType instance represents a JDO supported
collection type.
|
class |
JDOSupportedMapType
A JDOSupportedMapType instance represents a JDO supported map type.
|
class |
MutableValueClassType
A MutableValueClassType instance represents a mutable class whoses
values may be treated as values rather than refernces during
storing.
|
class |
NullType
An instance of class NullType represents the type of the null expression
in Java.
|
class |
PredefinedType
Instances of this class represent a type that is not a persistence
capable class, but is known by JDO.
|
class |
PrimitiveType
A PrimitiveType instance represents a primitive type as defined in the
Java language.
|
class |
ValueClassType
A ValueClassType instance represents a class whoses values may be treated
as values rather than refernces during storing.
|
class |
WrapperClassType
A WrapperClassType instance represents a Java wrapper class type.
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectionJavaField
A reflection based JavaField implementation used at runtime.
|
class |
ReflectionJavaMethod
A reflection based JavaMethod implementation.
|
class |
ReflectionJavaType
A reflection based JavaType implementation used at runtime.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JavaField
A JavaField instance represents a field declared by a class.
|
interface |
JavaMember
This is the super interface for named JavaModel elements having a declaring
class such as JavaField, JavaMethod, etc.
|
interface |
JavaMethod
A JavaMethod instance represents a method declared by a class.
|
interface |
JavaProperty
A JavaProperty instance represents a JavaBeans property.
|
interface |
JavaType
A JavaType instance represents a type as defined in the Java
language.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.