|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.getJDOExtensions()
Returns the collection of vendor extensions for this JDOElement in the form of an array. |
JDOExtension |
JDOElementImpl.createJDOExtension()
Creates a new JDOExtension instance and attaches it to the specified JDOElement object. |
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.printJDOExtensions(JDOExtension[] jdoExtensions)
|
static void |
PrintSupport.printJDOExtension(JDOExtension jdoExtension)
|
Uses of JDOExtension in org.apache.jdo.model.jdo |
Methods in org.apache.jdo.model.jdo that return JDOExtension | |
JDOExtension[] |
JDOElement.getJDOExtensions()
Returns the collection of vendor extensions for this JDOElement in the form of an array. |
JDOExtension |
JDOElement.createJDOExtension()
Creates a new JDOExtension instance and attaches it to the specified JDOElement object. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |