Module org.eclipse.persistence.dbws
Package org.eclipse.persistence.internal.xr
package org.eclipse.persistence.internal.xr
-
ClassDescriptionINTERNAL:
Attachment
is a helper object used by theQueryOperation
to handle binary attachments.INTERNAL:AttachmentHelper
is a helper object used by theQueryOperation
to handle binary attachments.For use with a batch SQL query, i.e.INTERNAL: Sub-component of anOperation
, indicates more than one return value from the database.INTERNAL:An XR DeleteOperation is an executable representation of aDELETE
operation on the database.INTERNAL:An InsertOperation is an executable representation of anINSERT
operation on the database.INTERNAL: AnInvocation
holds runtime argument values that are used by anXRServiceAdapter
to invoke a namedOperation
INTERNAL: JPQLQueryHandler sets the JPQL string in the givenDatabaseQuery
INTERNAL: NamedQueryHandler retrieves the TopLinkDatabaseQuery
from the named queryINTERNAL:Name and type (QName
) for a bound argument.INTERNAL:INTERNAL:INTERNAL: Static helper methods that reads EclipseLink project deployment XML without classes.INTERNAL:QueryHandler
sets out the basic rules for how Operations can use different types of queries (DataRead, ValueRead, etc.)INTERNAL:An XR QueryOperation is an executable representation of aSELECT
operation on the database.INTERNAL: Sub-component of anOperation
, 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.INTERNAL: JPQLQueryHandler sets the JPQL string in the givenDatabaseQuery
INTERNAL: StoredFunctionQueryHandler sets up the StoredFunctionCall and its arguments in the givenDatabaseQuery
INTERNAL: StoredProcedureQueryHandler sets up the StoredProcedureCall and its arguments in the givenDatabaseQuery
INTERNAL: provides useful constants, SQL Column <-> to XML name mapping and a few other misc.INTERNAL: simple helper object to hold scalar query results (xsd:int, xsd:decimal, etc)This class is responsible for holding a list of XmlBindings.INTERNAL: XRClassWriter uses ASM to dynamically generate subclasses ofXRDynamicEntity
INTERNAL: XRDynamicClassLoader uses ASM to dynamically generate subclasses ofXRDynamicEntity
INTERNAL: XRDynamicEntity is used for models where Java classes do not exist.INTERNAL: XRDynamicEntityAccessor is used by dynamically generated subclasses ofXRDynamicEntity
to 'close over' information for the psuedo-attributes in the propertiesMap inherited fromXRDynamicEntity
.INTERNAL: XRDynamicEntityVHAccessor is similar toXRDynamicEntityAccessor
; however, it is used exclusively by O-X mappings as they require attribute navigation through the ValueHolder to the contained value.Local cache of property namesDummy implementation ofDynamicType
INTERNAL: runtime implementation of TopLink XR ServiceINTERNAL: helper class that knows how to build aXRServiceAdapter
(a.k.a DBWS).INTERNAL: Implementation of MetadataSource to allow passing JPA metadata to the MetadataProcessor.INTERNAL: Implementation of MetadataSource to allow passing XmlBindings to the DynamicJAXBContextFactoryINTERNAL: PersistenceUnitInfo implementation to allow creation of a MetadataProcessor instance.INTERNAL: internal DBWS model object allows conformity across APIs