Uses of Interface
org.eclipse.persistence.internal.oxm.mappings.CollectionReferenceMapping
-
Packages that use CollectionReferenceMapping Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.oxm.mappings -
-
Uses of CollectionReferenceMapping in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return CollectionReferenceMapping Modifier and Type Method Description CollectionReferenceMappingXMLCollectionReferenceMappingMarshalNodeValue. getMapping()CollectionReferenceMappingXMLCollectionReferenceMappingNodeValue. getMapping()Constructors in org.eclipse.persistence.internal.oxm with parameters of type CollectionReferenceMapping Constructor Description XMLCollectionReferenceMappingMarshalNodeValue(CollectionReferenceMapping xmlCollectionReferenceMapping)XMLCollectionReferenceMappingNodeValue(CollectionReferenceMapping xmlCollectionReferenceMapping, Field xmlField)This constructor sets the XMLCollectionReferenceMapping and XMLField members to the provided values. -
Uses of CollectionReferenceMapping in org.eclipse.persistence.oxm.mappings
Classes in org.eclipse.persistence.oxm.mappings that implement CollectionReferenceMapping Modifier and Type Class Description classXMLCollectionReferenceMappingTopLink OXM version of a 1-M mapping.
-