Uses of Interface
org.eclipse.persistence.internal.oxm.mappings.AnyCollectionMapping
-
Packages that use AnyCollectionMapping Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.internal.oxm.mappings org.eclipse.persistence.oxm.mappings -
-
Uses of AnyCollectionMapping in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return AnyCollectionMapping Modifier and Type Method Description AnyCollectionMappingXMLAnyCollectionMappingNodeValue. getMapping()Constructors in org.eclipse.persistence.internal.oxm with parameters of type AnyCollectionMapping Constructor Description XMLAnyCollectionMappingNodeValue(AnyCollectionMapping xmlAnyCollectionMapping) -
Uses of AnyCollectionMapping in org.eclipse.persistence.internal.oxm.mappings
Methods in org.eclipse.persistence.internal.oxm.mappings that return AnyCollectionMapping Modifier and Type Method Description AnyCollectionMappingChoiceCollectionMapping. getAnyMapping() -
Uses of AnyCollectionMapping in org.eclipse.persistence.oxm.mappings
Classes in org.eclipse.persistence.oxm.mappings that implement AnyCollectionMapping Modifier and Type Class Description classXMLAnyCollectionMappingAny collection XML mappings map an attribute that contains a heterogenous collection of objects to multiple XML elements.
-