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, newJavaPropertyInstance
getJavaClass, getModifiers, getName, getUnderlyingObject, isCompatibleWith, isInterface
public 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.ReflectionJavaType
clazz
- the Class instance representing the typenull
if not present in this model instance.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.