public class EnhancerJavaType
extends org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
| Constructor and Description |
|---|
EnhancerJavaType(java.lang.Class clazz,
EnhancerJavaModel declaringJavaModel)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.jdo.model.java.JavaType |
getJavaTypeForClass(java.lang.Class clazz)
Returns a JavaType instance for the specified Class object.
|
createJavaMethod, createJavaProperty, getArrayComponentType, getDeclaredJavaField, getDeclaredJavaFields, getDeclaredJavaProperties, getDeclaredJavaProperty, getJavaField, getJavaProperty, getJDOClass, getSuperclass, introspectClass, isArray, isPersistenceCapable, newJavaFieldInstance, newJavaFieldInstance, newJavaMethodInstance, newJavaPropertyInstancegetJavaClass, getModifiers, getName, getUnderlyingObject, isCompatibleWith, isInterfacepublic EnhancerJavaType(java.lang.Class clazz,
EnhancerJavaModel declaringJavaModel)
public org.apache.jdo.model.java.JavaType getJavaTypeForClass(java.lang.Class clazz)
This implementation delegates the call to the declaringJavaModel.
getJavaTypeForClass in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeclazz - the Class instance representing the typenull if not present in this model instance.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.