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

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

Classes in org.apache.jdo.impl.model.jdo that implement JDOArray
 class JDOArrayImplDynamic
          An instance of this class represents the JDO relationship metadata of a array relationship field.
 

Methods in org.apache.jdo.impl.model.jdo that return JDOArray
 JDOArray JDOFieldImplDynamic.createJDOArray()
          Creates and returns a new JDOArray instance.
protected  JDOArray JDOFieldImplDynamic.createJDOArrayInternal()
          Creates and returns a new JDOArray instance.
 

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

Classes in org.apache.jdo.impl.model.jdo.caching that implement JDOArray
 class JDOArrayImplCaching
          An instance of this class represents the JDO relationship metadata of a array relationship field.
 

Methods in org.apache.jdo.impl.model.jdo.caching that return JDOArray
 JDOArray JDOFieldImplCaching.createJDOArray()
          Creates and returns a new JDOArray instance.
protected  JDOArray JDOFieldImplCaching.createJDOArrayInternal()
          Creates and returns a new JDOArray instance.
 

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

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



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