Uses of Interface
org.eclipse.persistence.internal.oxm.mappings.CompositeCollectionMapping
-
Packages that use CompositeCollectionMapping Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.oxm.mappings -
-
Uses of CompositeCollectionMapping in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return CompositeCollectionMapping Modifier and Type Method Description CompositeCollectionMappingXMLCompositeCollectionMappingNodeValue. getMapping()Constructors in org.eclipse.persistence.internal.oxm with parameters of type CompositeCollectionMapping Constructor Description XMLCompositeCollectionMappingNodeValue(CompositeCollectionMapping xmlCompositeCollectionMapping)XMLCompositeCollectionMappingNodeValue(CompositeCollectionMapping xmlCompositeCollectionMapping, boolean isInverse) -
Uses of CompositeCollectionMapping in org.eclipse.persistence.oxm.mappings
Classes in org.eclipse.persistence.oxm.mappings that implement CompositeCollectionMapping Modifier and Type Class Description classXMLCompositeCollectionMappingComposite collection XML mappings map an attribute that contains a homogeneous collection of objects to multiple XML elements.classXMLVariableXPathCollectionMapping
-