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.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 JDOReferenceImplDynamic
          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.
 JDOReference JDOAssociatedPropertyImplDynamic.createJDOReference()
          Throws ModelException.
protected  JDOReference JDOFieldImplDynamic.createJDOReferenceInternal()
          Creates and returns a new JDOReference instance.
 

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

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

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

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.
 



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