| Class | Description |
|---|---|
| Attachment |
INTERNAL:
Attachment |
| AttachmentHelper |
INTERNAL:
AttachmentHelper |
| BatchQueryOperation |
For use with a batch SQL query, i.e.
|
| CollectionResult |
INTERNAL: Sub-component of an
Operation, indicates more than one
return value from the database. |
| DeleteOperation |
INTERNAL:An XR DeleteOperation is an executable representation of a DELETE
operation on the database.
|
| InsertOperation |
INTERNAL:An InsertOperation is an executable representation of an INSERT
operation on the database.
|
| Invocation |
INTERNAL: An
Invocation holds runtime argument values that are used by an
XRServiceAdapter to invoke a named Operation |
| JPQLQueryHandler |
INTERNAL: JPQLQueryHandler sets the JPQL string in the given
DatabaseQuery |
| NamedQueryHandler |
INTERNAL: NamedQueryHandler retrieves the TopLink
DatabaseQuery
from the named query |
| Operation | |
| Parameter |
INTERNAL:Name and type (
QName) for a bound argument. |
| ProcedureArgument |
INTERNAL:
|
| ProcedureOutputArgument |
INTERNAL:
|
| ProjectHelper |
INTERNAL: Static helper methods that reads EclipseLink project deployment
XML without classes.
|
| QNameTransformer | |
| QueryHandler |
INTERNAL:
QueryHandler sets out the basic rules for how Operations can
use different types of queries (DataRead, ValueRead, etc.) |
| QueryOperation |
INTERNAL:An XR QueryOperation is an executable representation of a SELECT
operation on the database.
|
| Result |
INTERNAL: Sub-component of an
Operation, indicates the type
of return value from the database, as well as if there is more than one value
and if those value(s) will be handled using binary attachements. |
| SQLQueryHandler |
INTERNAL: JPQLQueryHandler sets the JPQL string in the given
DatabaseQuery |
| StoredFunctionQueryHandler |
INTERNAL: StoredFunctionQueryHandler sets up the StoredFunctionCall
and its arguments in the given
DatabaseQuery |
| StoredProcedureQueryHandler |
INTERNAL: StoredProcedureQueryHandler sets up the StoredProcedureCall
and its arguments in the given
DatabaseQuery |
| UpdateOperation | |
| Util |
INTERNAL: provides useful constants, SQL Column <-> to XML name mapping and
a few other misc.
|
| ValueObject |
INTERNAL: simple helper object to hold scalar query results
(xsd:int, xsd:decimal, etc)
|
| XmlBindingsModel |
This class is responsible for holding a list of XmlBindings.
|
| XRClassWriter |
INTERNAL: XRClassWriter uses ASM to dynamically generate subclasses of
XRDynamicEntity |
| XRDynamicClassLoader |
INTERNAL: XRDynamicClassLoader uses ASM to dynamically
generate subclasses of
XRDynamicEntity |
| XRDynamicEntity |
INTERNAL: XRDynamicEntity is used for models where Java classes do not
exist.
|
| XRDynamicEntity_CollectionWrapper | |
| XRDynamicEntityAccessor |
INTERNAL: XRDynamicEntityAccessor is used by dynamically generated
subclasses of
XRDynamicEntity to 'close over' information for the
psuedo-attributes in the propertiesMap inherited from XRDynamicEntity. |
| XRDynamicEntityVHAccessor |
INTERNAL: XRDynamicEntityVHAccessor is similar to
XRDynamicEntityAccessor; however, it is used exclusively by O-X mappings
as they require attribute navigation through the ValueHolder to the
contained value. |
| XRDynamicPropertiesInitializatonPolicy | |
| XRDynamicPropertiesManager |
Local cache of property names
|
| XRDynamicType |
Dummy implementation of
DynamicType |
| XRFieldInfo | |
| XRServiceAdapter |
INTERNAL: runtime implementation of TopLink XR Service
|
| XRServiceFactory |
INTERNAL: helper class that knows how to build a
XRServiceAdapter (a.k.a DBWS). |
| XRServiceFactory.JPAMetadataSource |
INTERNAL:
Implementation of MetadataSource to allow passing JPA metadata to the
MetadataProcessor.
|
| XRServiceFactory.OXMMetadataSource |
INTERNAL:
Implementation of MetadataSource to allow passing XmlBindings
to the DynamicJAXBContextFactory
|
| XRServiceFactory.XRPersistenceUnitInfo |
INTERNAL:
PersistenceUnitInfo implementation to allow creation of a MetadataProcessor
instance.
|
| XRServiceModel |
INTERNAL: internal DBWS model object allows conformity across APIs
|
| XRSessionConfigLoader | |
| XRSessionsFactory |
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference