Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03

Package oracle.toplink.ox.mappings

Interface Summary
MimeTypePolicy  
 

Class Summary
FixedMimeTypePolicy  
XMLAnyAttributeMapping  
XMLAnyCollectionMapping Any collection XML mappings map an attribute that contains a heterogenous collection of objects to multiple XML elements.
XMLAnyObjectMapping Any object XML mappings map an attribute that contains a single object to an XML element.
XMLBinaryDataCollectionMapping Purpose:Provide a mapping for a collection of binary data values that can be treated as either inline binary values or as an attachment.
XMLBinaryDataMapping Purpose:Provide a mapping for binary data that can be treated as either inline or as an attachment.
XMLChoiceCollectionMapping Purpose:Provide a mapping that can map a single attribute to a number of different elements in an XML Document.
XMLChoiceObjectMapping Purpose:Provide a mapping that can map a single attribute to a number of different elements in an XML Document.
XMLCollectionReferenceMapping TopLink OXM version of a 1-M mapping.
XMLCompositeCollectionMapping Composite collection XML mappings map an attribute that contains a homogeneous collection of objects to multiple XML elements.
XMLCompositeDirectCollectionMapping Composite direct collection XML mappings map a collection of simple types (String, Number, Date, etc.) to and from a sequence of composite XML nodes.
XMLCompositeObjectMapping Composite object XML mappings represent a relationship between two classes.
XMLDirectMapping XML Direct Mappings map a Java attribute directly to XML attribute or text node.
XMLFragmentCollectionMapping  
XMLFragmentMapping Purpose:This mapping provides a means to keep a part of an XML tree as a Node.
XMLObjectReferenceMapping TopLink OXM version of a 1-1 mapping.
XMLTransformationMapping Transformation XML mappings are used to create a custom mapping where one or more XML nodes can be used to create the object to be stored in a Java class's attribute.
 

Enum Summary
UnmarshalKeepAsElementPolicy  
 


Copyright © 1998, 2010, Oracle. All Rights Reserved.