Uses of Class
org.eclipse.persistence.mappings.ObjectReferenceMapping
Packages that use ObjectReferenceMapping
Package
Description
-
Uses of ObjectReferenceMapping in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors that return ObjectReferenceMappingModifier and TypeMethodDescriptionClassDescriptor.newManyToOneMapping()Return a new many to one mapping for this type of descriptor.ClassDescriptor.newOneToOneMapping()Return a new one to one mapping for this type of descriptor. -
Uses of ObjectReferenceMapping in org.eclipse.persistence.eis
Methods in org.eclipse.persistence.eis that return ObjectReferenceMappingModifier and TypeMethodDescriptionEISDescriptor.newManyToOneMapping()Return a new many to one mapping for this type of descriptor.EISDescriptor.newOneToOneMapping()Return a new one to one mapping for this type of descriptor. -
Uses of ObjectReferenceMapping in org.eclipse.persistence.eis.mappings
Subclasses of ObjectReferenceMapping in org.eclipse.persistence.eis.mappingsModifier and TypeClassDescriptionclassAn EIS one-to-one mapping is a reference mapping that represents the relationship between a single source object and a single mapped persistent Java object. -
Uses of ObjectReferenceMapping in org.eclipse.persistence.internal.indirection
Methods in org.eclipse.persistence.internal.indirection that return ObjectReferenceMappingModifier and TypeMethodDescriptionprotected ObjectReferenceMappingIndirectionPolicy.getOneToOneMapping()INTERNAL: Reduce casting clutter.... -
Uses of ObjectReferenceMapping in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings that return ObjectReferenceMappingModifier and TypeMethodDescriptionprotected ObjectReferenceMappingObjectAccessor.initManyToOneMapping()INTERNAL: Initialize a ManyToOneMapping.protected ObjectReferenceMappingObjectAccessor.initOneToOneMapping()INTERNAL: Initialize a OneToOneMapping.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with parameters of type ObjectReferenceMappingModifier and TypeMethodDescriptionprotected voidObjectAccessor.processForeignKeyRelationship(ObjectReferenceMapping mapping) INTERNAL: Process the join columns for the owning side of a one to one mapping. -
Uses of ObjectReferenceMapping in org.eclipse.persistence.mappings
Subclasses of ObjectReferenceMapping in org.eclipse.persistence.mappingsModifier and TypeClassDescriptionclassPurpose: Define the relationship to be a ManyToOne.classPurpose: One to one mappings are used to represent a pointer references between two java objects.classPurpose: Variable one to one mappings are used to represent a pointer references between a java object and an implementer of an interface. -
Uses of ObjectReferenceMapping in org.eclipse.persistence.mappings.structures
Subclasses of ObjectReferenceMapping in org.eclipse.persistence.mappings.structuresModifier and TypeClassDescriptionclassPurpose: In an object-relational data model, structures reference each other through "Refs"; not through foreign keys as in the relational data model.