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