|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jdo.impl.model.java.AbstractJavaType
org.apache.jdo.impl.model.java.BaseReflectionJavaType
org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
org.apache.jdo.impl.model.java.runtime.RuntimeJavaType
public class RuntimeJavaType
A reflection based JavaType implementation used at runtime.
The implementation takes java.lang.Class and
java.lang.reflect.Field instances to get Java related
metadata about types and fields.
| Field Summary |
|---|
| Fields inherited from class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType |
|---|
declaredJavaFields, declaredJavaProperties, declaringJavaModel |
| Fields inherited from class org.apache.jdo.impl.model.java.BaseReflectionJavaType |
|---|
clazz, superclass |
| Constructor Summary | |
|---|---|
RuntimeJavaType(java.lang.Class clazz,
RuntimeJavaModel javaModel)
Constructor. |
|
| Method Summary | |
|---|---|
org.apache.jdo.model.java.JavaField |
createJavaField(java.lang.String name,
org.apache.jdo.model.java.JavaType type)
RegisterClassListener calls this method to create a ReflectionJavaField instance when processing the enhancer generated metadata. |
| Methods inherited from class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType |
|---|
createJavaMethod, createJavaProperty, getArrayComponentType, getDeclaredJavaField, getDeclaredJavaFields, getDeclaredJavaProperties, getDeclaredJavaProperty, getJavaField, getJavaProperty, getJavaTypeForClass, getJDOClass, getSuperclass, introspectClass, isArray, isPersistenceCapable, newJavaFieldInstance, newJavaFieldInstance, newJavaMethodInstance, newJavaPropertyInstance |
| Methods inherited from class org.apache.jdo.impl.model.java.BaseReflectionJavaType |
|---|
getJavaClass, getModifiers, getName, getUnderlyingObject, isCompatibleWith, isInterface |
| Methods inherited from class org.apache.jdo.impl.model.java.AbstractJavaType |
|---|
equals, hashCode, isFloatingPoint, isIntegral, isJDOSupportedCollection, isJDOSupportedMap, isOrderable, isPrimitive, isTrackable, isValue, isWrapperClass, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimeJavaType(java.lang.Class clazz,
RuntimeJavaModel javaModel)
| Method Detail |
|---|
public org.apache.jdo.model.java.JavaField createJavaField(java.lang.String name,
org.apache.jdo.model.java.JavaType type)
name - the name of the fieldtype - the type of the field
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||