Uses of Interface
org.apache.jdo.model.java.JavaField

Packages that use JavaField
org.apache.jdo.impl.jdoql.jdoqlc   
org.apache.jdo.impl.model.java This package contains classes that are for use across all kinds of JavaModel implementations. 
org.apache.jdo.impl.model.java.reflection   
org.apache.jdo.impl.model.jdo This package contains classes that implement the JDO model interfaces and provide access to JDO metadata. 
org.apache.jdo.model.java This package defines the JavaModel API. 
org.apache.jdo.model.jdo This package defines the JDOModel API. 
 

Uses of JavaField in org.apache.jdo.impl.jdoql.jdoqlc
 

Methods in org.apache.jdo.impl.jdoql.jdoqlc that return JavaField
protected  JavaField Semantic.getCollectionField(JDOQLAST expr)
           
 

Methods in org.apache.jdo.impl.jdoql.jdoqlc with parameters of type JavaField
static boolean TypeSupport.isStaticField(JavaField field)
           
static JavaType TypeSupport.getElementType(JavaField field)
           
static java.lang.reflect.Field TypeSupport.getAccessibleField(JavaField javaField)
          Returns a accessible java.lang.reflect.Field instance for the specified JavaField.
protected  JDOQLAST Semantic.analyseFieldAccess(JDOQLAST objectExpr, JDOQLAST ident, JavaType classType, JavaField javaField)
           
protected  JDOQLAST Semantic.analyseStaticFieldAccess(JDOQLAST typename, JDOQLAST ident, JavaType classType, JavaField javaField)
           
 

Uses of JavaField in org.apache.jdo.impl.model.java
 

Classes in org.apache.jdo.impl.model.java that implement JavaField
 class AbstractJavaField
          Abstract super class for JavaField implementations.
 class BaseReflectionJavaField
          This class provides a basic JavaField implementation using a reflection Field instance.
 

Methods in org.apache.jdo.impl.model.java that return JavaField
 JavaField AbstractJavaType.getJavaField(java.lang.String name)
           
 JavaField BaseReflectionJavaType.getJavaField(java.lang.String fieldName)
          Returns a JavaField instance that reflects the field with the specified name of the class or interface represented by this JavaType instance.
 

Uses of JavaField in org.apache.jdo.impl.model.java.reflection
 

Classes in org.apache.jdo.impl.model.java.reflection that implement JavaField
 class ReflectionJavaField
          A reflection based JavaField implementation used at runtime.
 

Methods in org.apache.jdo.impl.model.java.reflection that return JavaField
 JavaField ReflectionJavaType.getJavaField(java.lang.String fieldName)
          Returns a JavaField instance that reflects the field with the specified name of the class or interface represented by this JavaType instance.
 JavaField ReflectionJavaType.createJavaField(JDOField jdoField, JavaType type)
          RegisterClassListener calls this method to create a ReflectionJavaField instance when processing the enhancer generated metadata.
 JavaField ReflectionJavaType.getDeclaredJavaField(java.lang.String fieldName)
          Returns a JavaField instance that reflects the declared field with the specified name of the class or interface represented by this JavaType instance.
 

Uses of JavaField in org.apache.jdo.impl.model.jdo
 

Methods in org.apache.jdo.impl.model.jdo that return JavaField
 JavaField JDOFieldImplDynamic.getJavaField()
          Get the corresponding Java field representation for this JDOField.
 

Methods in org.apache.jdo.impl.model.jdo with parameters of type JavaField
 void JDOFieldImplDynamic.setJavaField(JavaField javaField)
          Sets the corresponding Java field representation for this JDOField.
 

Uses of JavaField in org.apache.jdo.model.java
 

Methods in org.apache.jdo.model.java that return JavaField
 JavaField JavaType.getJavaField(java.lang.String name)
          Returns a JavaField instance that reflects the field with the specified name of the class or interface represented by this JavaType instance.
 

Uses of JavaField in org.apache.jdo.model.jdo
 

Methods in org.apache.jdo.model.jdo that return JavaField
 JavaField JDOField.getJavaField()
          Get the corresponding Java field representation for this JDOField.
 

Methods in org.apache.jdo.model.jdo with parameters of type JavaField
 void JDOField.setJavaField(JavaField javaField)
          Sets the corresponding Java field representation for this JDOField.
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.