Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
JDOExtensionImpl
An instance of this class represents a JDO vendor specific extension.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
JDOElementImpl.removeJDOExtension(JDOExtension vendorExtension)
Remove the supplied vendor extension from the collection of extensions
maintained by this JDOElement.
|
Modifier and Type | Method and Description |
---|---|
static void |
PrintSupport.printJDOExtension(JDOExtension jdoExtension) |
static void |
PrintSupport.printJDOExtensions(JDOExtension[] jdoExtensions) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
JDOElement.removeJDOExtension(JDOExtension vendorExtension)
Remove the supplied vendor extension from the collection of extensions
maintained by this JDOElement.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.