public class RuntimeJavaType extends ReflectionJavaType
java.lang.Class
and
java.lang.reflect.Field
instances to get Java related
metadata about types and fields.clazz, superclass
Constructor and Description |
---|
RuntimeJavaType(java.lang.Class clazz,
JDOModel jdoModel)
Constructor.
|
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, isPersistenceCapable
getJavaClass, getModifiers, getName, isCompatibleWith, isInterface
equals, hashCode, isFloatingPoint, isIntegral, isJDOSupportedCollection, isJDOSupportedMap, isOrderable, isPrimitive, isTrackable, isValue, isWrapperClass, toString
public RuntimeJavaType(java.lang.Class clazz, JDOModel jdoModel)
protected JavaType getJavaTypeInternal(java.lang.Class clazz)
This implementation delegates the call to the javaModelFactory.
getJavaTypeInternal
in class ReflectionJavaType
clazz
- the Class instance representing the typenull
if not present in this model instance.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.