public class EnhancerJavaType extends ReflectionJavaType
clazz, superclass| Constructor and Description |
|---|
EnhancerJavaType(java.lang.Class clazz,
JDOModel jdoModel,
JavaModel javaModel)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected JavaType |
getJavaTypeInternal(java.lang.Class clazz)
Returns a JavaType instance for the specified Class object.
|
createJavaField, getArrayComponentType, getDeclaredJavaField, getJavaField, getJDOClass, getSuperclass, isArray, isPersistenceCapablegetJavaClass, getModifiers, getName, isCompatibleWith, isInterfaceequals, hashCode, isFloatingPoint, isIntegral, isJDOSupportedCollection, isJDOSupportedMap, isOrderable, isPrimitive, isTrackable, isValue, isWrapperClass, toStringprotected JavaType getJavaTypeInternal(java.lang.Class clazz)
This implementation delegates the call to the javaModel.
getJavaTypeInternal in class ReflectionJavaTypeclazz - the Class instance representing the typenull if not present in this model instance.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.