ApplicationAccessWLS |
INTERNAL:
This class using WLS classed to get unique application ID.
|
ApplicationResolver |
This class provides a means for the user to return application-specific
information, such as the application name, which will be used when the
logic in SDOHelperContext fails.
|
AttributeMimeTypePolicy |
|
ClassBuffer |
Purpose: This class maintains information about a generated class and its corresponding interface
|
DataObjectInputStream |
|
DefaultSchemaLocationResolver |
Purpose: Default implementation of the org.eclipse.persistence.sdo.helper.SchemaLocationResolver interface
By default set a Map keyed on QName of types and value is the schemaLocation
|
DefaultSchemaResolver |
Purpose: Default implementation of the org.eclipse.persistence.sdo.helper.SchemaResolver interface
|
DynamicClassWriter |
|
FileCodeWriter |
Purpose:Used in conjunction with SDOClassGenerator.
|
InstanceClassConverter |
Purpose: A converter used in conjunction with sdoJava:instanceClass
The customClass on the converter must be set and that class must have
a Constructor that takes a String argument and a toString method.
|
ListWrapper |
INTERNAL:
|
MapKeyLookupResult |
Class for wrapping cache key lookup results.
|
SchemaResolverWrapper |
Purpose: Allow the contained schema resolver to resolve a schema based on a given namespace and schema location, and
return either the resolved schema source or null, depending on whether the schema had been processed previously.
|
SDOClassGenerator |
Purpose: Generate Java interfaces and implementation classes from a list of SDO Type objects.
|
SDOClassLoader |
Purpose: A custom classloader used to dynamically create classes as needed.
|
SDOCopyHelper |
Purpose:
A helper class for making deep or shallow copies of DataObjects.
|
SDOCSUnmarshalListener |
Purpose: Implementation of XMLUnmarshalListener used when unmarshalling XML to XMLDocuments
|
SDODataHelper |
Purpose: A helper class for performing data conversions.
|
SDOEqualityHelper |
Purpose: A helper class for checking deep or shallow equality of DataObjects.
|
SDOFragmentMappingAttributeAccessor |
Purpose: A wrapper class for handling cases when the domain object attributes are
to be accessed thru the accessor methods that are called "get" and "set".
|
SDOHelperContext |
Purpose:
This class represents a local HelperContext.
|
SDOMarshalListener |
Purpose: Implementation of XMLMarshalListener used when marshalling DataObjects to XML
|
SDOMethodAttributeAccessor |
Purpose: A wrapper class for handling cases when the domain object attributes are
to be accessed thru the accessor methods that are called "get" and "set".
|
SDOSchemaGenerator |
Purpose SDOSchemaGenerator generates an XSD (returned as a String)
from a list of SDO Type objects.
|
SDOTypesGenerator |
Purpose: Called from XSDHelper define methods to generate SDO Types from a Schema
|
SDOUnmappedContentHandler |
Purpose: Called during XMLHelper load methods when there is unknown content in an XML document.
|
SDOUnmarshalListener |
Purpose: Implementation of XMLUnmarshalListener used when unmarshalling XML to XMLDocuments
|
XPathEngine |
Purpose: Perform operations based on SDO XPath against DataObjects.
|