Uses of Class
org.eclipse.persistence.mappings.Association
Packages that use Association
Package
Description
-
Uses of Association in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors that return types with arguments of type AssociationModifier and TypeMethodDescriptionInheritancePolicy.getClassIndicatorAssociations()INTERNAL: Return the class indicator associations for XML.Method parameters in org.eclipse.persistence.descriptors with type arguments of type AssociationModifier and TypeMethodDescriptionvoidClassDescriptor.setForeignKeyFieldNamesForMultipleTable(List<Association> associations) INTERNAL: This method is used by the XML Deployment ClassDescriptor to read and write these mappings -
Uses of Association in org.eclipse.persistence.internal.descriptors
Subclasses of Association in org.eclipse.persistence.internal.descriptorsModifier and TypeClassDescriptionclassPurpose: Used to define aggregate mapping field translations deployment XML mappings.classPurpose: Used to define the interaction argument mapping.classPurpose: Used to define the query argument mapping.classPurpose: Used to define variable 1-1 mapping query key field references.classPurpose: Used to define object-type converter object->data values mapping. -
Uses of Association in org.eclipse.persistence.mappings
Subclasses of Association in org.eclipse.persistence.mappingsModifier and TypeClassDescriptionclassPurpose: Generic association object.classPurpose: Generic association object.Methods in org.eclipse.persistence.mappings that return types with arguments of type AssociationModifier and TypeMethodDescriptionAggregateObjectMapping.getAggregateToSourceFieldAssociations()INTERNAL: Return a collection of the aggregate to source field associations.Method parameters in org.eclipse.persistence.mappings with type arguments of type AssociationModifier and TypeMethodDescriptionvoidAggregateObjectMapping.setAggregateToSourceFieldAssociations(Vector<Association> fieldAssociations) INTERNAL: Set a collection of the aggregate to source field name associations.