Uses of Class
org.apache.jdo.impl.model.java.AbstractJavaType

Packages that use AbstractJavaType
org.apache.jdo.impl.enhancer.meta.model   
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. 
 

Uses of AbstractJavaType in org.apache.jdo.impl.enhancer.meta.model
 

Subclasses of AbstractJavaType in org.apache.jdo.impl.enhancer.meta.model
 class EnhancerJavaType
          Provides some basic Java type information based on JVM descriptors.
 

Uses of AbstractJavaType in org.apache.jdo.impl.model.java
 

Subclasses of AbstractJavaType in org.apache.jdo.impl.model.java
 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 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.
 

Uses of AbstractJavaType in org.apache.jdo.impl.model.java.reflection
 

Subclasses of AbstractJavaType in org.apache.jdo.impl.model.java.reflection
 class ReflectionJavaType
          /** A reflection based JavaType implementation used at runtime.
 

Uses of AbstractJavaType in org.apache.jdo.impl.model.java.runtime
 

Subclasses of AbstractJavaType in org.apache.jdo.impl.model.java.runtime
 class RuntimeJavaType
          /** A reflection based JavaType implementation used at runtime.
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.