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

Packages that use JDOPackage
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.model.jdo This package defines the JDOModel API. 
 

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

Classes in org.apache.jdo.impl.model.jdo that implement JDOPackage
 class JDOPackageImpl
          A JDOPackage instance represents the JDO package metadata.
 

Methods in org.apache.jdo.impl.model.jdo that return JDOPackage
 JDOPackage JDOModelImplDynamic.createJDOPackage(java.lang.String packageName)
          The method returns a JDOClass instance for the specified package name.
 JDOPackage[] JDOModelImplDynamic.getDeclaredPackages()
          Returns the collection of JDOPackage instances declared by this JDOModel in the format of an array.
 JDOPackage JDOClassImplDynamic.getJDOPackage()
          Returns the JDOPackage instance corresponding to the package name of this JDOClass.
 JDOPackage JDOModelImplDynamic.getJDOPackage(java.lang.String packageName)
          The method returns the JDOPackage instance for the specified package name, if present.
 

Methods in org.apache.jdo.impl.model.jdo with parameters of type JDOPackage
 void JDOClassImplDynamic.setJDOPackage(JDOPackage jdoPackage)
          Sets the JDOPackage instance corresponding to the package name of this JDOClass.
 

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

Methods in org.apache.jdo.model.jdo that return JDOPackage
 JDOPackage JDOModel.createJDOPackage(java.lang.String packageName)
          The method returns a JDOClass instance for the specified package name.
 JDOPackage[] JDOModel.getDeclaredPackages()
          Returns the collection of JDOPackage instances declared by this JDOModel in the format of an array.
 JDOPackage JDOClass.getJDOPackage()
          Returns the JDOPackage instance corresponding to the package name of this JDOClass.
 JDOPackage JDOModel.getJDOPackage(java.lang.String packageName)
          The method returns the JDOPackage instance for the specified package name, if present.
 

Methods in org.apache.jdo.model.jdo with parameters of type JDOPackage
 void JDOClass.setJDOPackage(JDOPackage jdoPackage)
          Sets the JDOPackage instance corresponding to the package name of this JDOClass.
 



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