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

Packages that use JDORelationship
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 JDORelationship in org.apache.jdo.impl.model.jdo
 

Classes in org.apache.jdo.impl.model.jdo that implement JDORelationship
 class JDOArrayImplDynamic
          An instance of this class represents the JDO relationship metadata of a array relationship field.
 class JDOCollectionImplDynamic
          An instance of this class represents the JDO relationship metadata of a collection relationship field.
 class JDOMapImplDynamic
          An instance of this class represents the JDO relationship metadata (the treatment of keys and values) of a map relationship field.
 class JDOReferenceImpl
          An instance of this class represents the JDO relationship metadata of a reference relationship field.
 class JDORelationshipImpl
          JDORelationship is the super interface for all interfaces representing JDO relationship metadata of a managed field of a persistence capable class.
 

Fields in org.apache.jdo.impl.model.jdo declared as JDORelationship
protected  JDORelationship JDOFieldImplDynamic.relationship
          Relationship JDOField<->JDORelationship.
 

Methods in org.apache.jdo.impl.model.jdo that return JDORelationship
 JDORelationship JDORelationshipImpl.getInverseRelationship()
          Get the inverse JDORelationship in the case of a managed relationship.
 JDORelationship JDOFieldImplDynamic.getRelationship()
          Get the relationship information for this JDOField.
 

Methods in org.apache.jdo.impl.model.jdo with parameters of type JDORelationship
 void JDORelationshipImpl.setInverseRelationship(JDORelationship inverseRelationship)
          Set the inverse JDORelationship in the case of a managed relationship.
 void JDOFieldImplDynamic.setRelationship(JDORelationship relationship)
          Set the relationship information for this JDOField.
 

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

Classes in org.apache.jdo.impl.model.jdo.caching that implement JDORelationship
 class JDOArrayImplCaching
          An instance of this class represents the JDO relationship metadata of a array relationship field.
 class JDOCollectionImplCaching
          An instance of this class represents the JDO relationship metadata of a collection relationship field.
 class JDOMapImplCaching
          An instance of this class represents the JDO relationship metadata (the treatment of keys and values) of a map relationship field.
 

Methods in org.apache.jdo.impl.model.jdo.caching that return JDORelationship
 JDORelationship JDOFieldImplCaching.getRelationship()
          Get the relationship information for this JDOField.
 

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

Methods in org.apache.jdo.impl.model.jdo.util with parameters of type JDORelationship
static void PrintSupport.printJDORelationship(JDORelationship jdoRelationship)
           
 

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

Subinterfaces of JDORelationship in org.apache.jdo.model.jdo
 interface JDOArray
          A JDOArray instance represents the JDO relationship metadata of a array relationship field.
 interface JDOCollection
          A JDOCollection instance represents the JDO relationship metadata of a collection relationship field.
 interface JDOMap
          A JDOMap instance represents the JDO relationship metadata (the treatment of keys and values) of a map relationship field.
 interface JDOReference
          A JDOReference instance represents the JDO relationship metadata of a reference relationship field.
 

Methods in org.apache.jdo.model.jdo that return JDORelationship
 JDORelationship JDORelationship.getInverseRelationship()
          Get the inverse JDORelationship in the case of a managed relationship.
 JDORelationship JDOField.getRelationship()
          Get the relationship information for this JDOField.
 

Methods in org.apache.jdo.model.jdo with parameters of type JDORelationship
 void JDORelationship.setInverseRelationship(JDORelationship inverseRelationship)
          Set the inverse JDORelationship in the case of a managed relationship.
 void JDOField.setRelationship(JDORelationship relationship)
          Set the relationship information for this JDOField.
 



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