Uses of Interface
org.apache.jdo.model.jdo.JDOReference

Packages that use JDOReference
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.impl.model.jdo.caching   
org.apache.jdo.impl.model.jdo.util   
org.apache.jdo.model.jdo This package defines the JDOModel API. 
 

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

Classes in org.apache.jdo.impl.model.jdo that implement JDOReference
 class JDOReferenceImpl
          An instance of this class represents the JDO relationship metadata of a reference relationship field.
 

Methods in org.apache.jdo.impl.model.jdo that return JDOReference
 JDOReference JDOFieldImplDynamic.createJDOReference()
          Creates and returns a new JDOReference instance.
protected  JDOReference JDOFieldImplDynamic.createJDOReferenceInternal()
          Creates and returns a new JDOReference instance.
 

Uses of JDOReference in org.apache.jdo.impl.model.jdo.caching
 

Methods in org.apache.jdo.impl.model.jdo.caching that return JDOReference
 JDOReference JDOFieldImplCaching.createJDOReference()
          Creates and returns a new JDOReference instance.
 

Uses of JDOReference in org.apache.jdo.impl.model.jdo.util
 

Methods in org.apache.jdo.impl.model.jdo.util with parameters of type JDOReference
private static void PrintSupport.printJDOReference(int indent, JDOReference jdoReference)
           
 

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

Methods in org.apache.jdo.model.jdo that return JDOReference
 JDOReference JDOField.createJDOReference()
          Creates and returns a new JDOReference instance.