Uses of Class
org.eclipse.persistence.mappings.ObjectReferenceMapping
-
-
Uses of ObjectReferenceMapping in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors that return ObjectReferenceMapping Modifier and Type Method Description ObjectReferenceMappingClassDescriptor. newManyToOneMapping()Return a new many to one mapping for this type of descriptor.ObjectReferenceMappingClassDescriptor. 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 ObjectReferenceMapping Modifier and Type Method Description ObjectReferenceMappingEISDescriptor. newManyToOneMapping()Return a new many to one mapping for this type of descriptor.ObjectReferenceMappingEISDescriptor. 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.mappings Modifier and Type Class Description classEISOneToOneMappingAn 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 ObjectReferenceMapping Modifier and Type Method Description protected ObjectReferenceMappingIndirectionPolicy. getOneToOneMapping()INTERNAL: Reduce casting clutter.... -
Uses of ObjectReferenceMapping in org.eclipse.persistence.mappings
Subclasses of ObjectReferenceMapping in org.eclipse.persistence.mappings Modifier and Type Class Description classManyToOneMappingPurpose: Define the relationship to be a ManyToOne.classOneToOneMappingPurpose: One to one mappings are used to represent a pointer references between two java objects.classVariableOneToOneMappingPurpose: 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.structures Modifier and Type Class Description classReferenceMappingPurpose: In an object-relational data model, structures reference each other through "Refs"; not through foreign keys as in the relational data model.
-