Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


Package oracle.toplink.ox.mappings

Interface Summary

 

Class Summary
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.
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.
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.

 


Skip navigation links

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