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

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

Classes in org.apache.jdo.impl.model.jdo that implement JDOCollection
 class JDOCollectionImplDynamic
          An instance of this class represents the JDO relationship metadata of a collection relationship field.
 

Methods in org.apache.jdo.impl.model.jdo that return JDOCollection
 JDOCollection JDOFieldImplDynamic.createJDOCollection()
          Creates and returns a new JDOCollection instance.
protected  JDOCollection JDOFieldImplDynamic.createJDOCollectionInternal()
          Creates and returns a new JDOCollection instance.
 

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

Classes in org.apache.jdo.impl.model.jdo.caching that implement JDOCollection
 class JDOCollectionImplCaching
          An instance of this class represents the JDO relationship metadata of a collection relationship field.
 

Methods in org.apache.jdo.impl.model.jdo.caching that return JDOCollection
 JDOCollection JDOFieldImplCaching.createJDOCollection()
          Creates and returns a new JDOCollection instance.
protected  JDOCollection JDOFieldImplCaching.createJDOCollectionInternal()
          Creates and returns a new JDOCollection instance.
 

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

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



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