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

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

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

Classes in org.apache.jdo.impl.model.jdo that implement JDOExtension
 class JDOExtensionImpl
          An instance of this class represents a JDO vendor specific extension.
 

Methods in org.apache.jdo.impl.model.jdo that return JDOExtension
 JDOExtension JDOElementImpl.createJDOExtension()
          Creates a new JDOExtension instance and attaches it to the specified JDOElement object.
 JDOExtension[] JDOElementImpl.getJDOExtensions()
          Returns the collection of vendor extensions for this JDOElement in the form of an array.
 

Methods in org.apache.jdo.impl.model.jdo with parameters of type JDOExtension
 void JDOElementImpl.removeJDOExtension(JDOExtension vendorExtension)
          Remove the supplied vendor extension from the collection of extensions maintained by this JDOElement.
 

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

Methods in org.apache.jdo.impl.model.jdo.util with parameters of type JDOExtension
static void PrintSupport.printJDOExtension(JDOExtension jdoExtension)
           
static void PrintSupport.printJDOExtensions(JDOExtension[] jdoExtensions)
           
 

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

Methods in org.apache.jdo.model.jdo that return JDOExtension
 JDOExtension JDOElement.createJDOExtension()
          Creates a new JDOExtension instance and attaches it to the specified JDOElement object.
 JDOExtension[] JDOElement.getJDOExtensions()
          Returns the collection of vendor extensions for this JDOElement in the form of an array.
 

Methods in org.apache.jdo.model.jdo with parameters of type JDOExtension
 void JDOElement.removeJDOExtension(JDOExtension vendorExtension)
          Remove the supplied vendor extension from the collection of extensions maintained by this JDOElement.
 



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