Uses of Interface
org.eclipse.persistence.internal.oxm.mappings.ObjectReferenceMapping
-
-
Uses of ObjectReferenceMapping in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return ObjectReferenceMapping Modifier and Type Method Description ObjectReferenceMappingXMLObjectReferenceMappingNodeValue. getMapping()Methods in org.eclipse.persistence.internal.oxm with parameters of type ObjectReferenceMapping 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.Constructors in org.eclipse.persistence.internal.oxm with parameters of type ObjectReferenceMapping Constructor Description XMLObjectReferenceMappingNodeValue(ObjectReferenceMapping xmlObjectReferenceMapping)This constructor sets the XMLObjectReferenceMapping member to the provided value.XMLObjectReferenceMappingNodeValue(ObjectReferenceMapping xmlObjectReferenceMapping, Field xmlField)This constructor sets the XMLObjectReferenceMapping and XMLField members to the provided values. -
Uses of ObjectReferenceMapping in org.eclipse.persistence.internal.oxm.mappings
Subinterfaces of ObjectReferenceMapping in org.eclipse.persistence.internal.oxm.mappings Modifier and Type Interface Description interfaceCollectionReferenceMapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,UNMARSHAL_RECORD extends UnmarshalRecord,XML_FIELD extends Field,XML_RECORD extends XMLRecord> -
Uses of ObjectReferenceMapping in org.eclipse.persistence.internal.oxm.schema
Methods in org.eclipse.persistence.internal.oxm.schema with parameters of type ObjectReferenceMapping Modifier and Type Method Description protected voidSchemaModelGenerator. processXMLObjectReferenceMapping(ObjectReferenceMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors, boolean isCollection)Process a given XMLObjectReferenceMapping. -
Uses of ObjectReferenceMapping in org.eclipse.persistence.oxm.mappings
Classes in org.eclipse.persistence.oxm.mappings that implement ObjectReferenceMapping Modifier and Type Class Description classXMLCollectionReferenceMappingTopLink OXM version of a 1-M mapping.classXMLObjectReferenceMappingTopLink OXM version of a 1-1 mapping.
-