Uses of Interface
org.eclipse.persistence.internal.oxm.mappings.FragmentCollectionMapping
-
Packages that use FragmentCollectionMapping Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.oxm.mappings -
-
Uses of FragmentCollectionMapping in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return FragmentCollectionMapping Modifier and Type Method Description FragmentCollectionMappingXMLFragmentCollectionMappingNodeValue. getMapping()Constructors in org.eclipse.persistence.internal.oxm with parameters of type FragmentCollectionMapping Constructor Description XMLFragmentCollectionMappingNodeValue(FragmentCollectionMapping xmlFragmentCollectionMapping) -
Uses of FragmentCollectionMapping in org.eclipse.persistence.oxm.mappings
Classes in org.eclipse.persistence.oxm.mappings that implement FragmentCollectionMapping Modifier and Type Class Description classXMLFragmentCollectionMappingPurpose: This mapping provides a means to keep a part of the xml tree as a collection of DOM elements.
-