Uses of Class
org.eclipse.persistence.internal.oxm.Reference
-
Packages that use Reference Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.internal.oxm.record org.eclipse.persistence.oxm.record -
-
Uses of Reference in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return Reference Modifier and Type Method Description ReferenceReferenceResolver. getReference(ObjectReferenceMapping mapping, Object sourceObject)Retrieve the reference for a given mapping instance.ReferenceReferenceResolver. getReference(ObjectReferenceMapping mapping, Object sourceObject, Field xmlField)Return a reference for the given mapping and source object, that doesn't already contain an entry for the provided field.Methods in org.eclipse.persistence.internal.oxm with parameters of type Reference Modifier and Type Method Description voidReferenceResolver. addReference(Reference ref)Add a Reference object to the list - these References will be resolved after unmarshalling is complete.voidChoiceUnmarshalContext. reference(Reference reference) -
Uses of Reference in org.eclipse.persistence.internal.oxm.record
Methods in org.eclipse.persistence.internal.oxm.record with parameters of type Reference Modifier and Type Method Description voidObjectUnmarshalContext. reference(Reference reference)voidSequencedUnmarshalContext. reference(Reference reference)voidUnmarshalContext. reference(Reference reference)voidUnmarshalRecord. reference(Reference reference)voidUnmarshalRecordImpl. reference(Reference reference) -
Uses of Reference in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record with parameters of type Reference Modifier and Type Method Description voidUnmarshalRecord. reference(Reference reference)
-