Uses of Class
org.eclipse.persistence.mappings.Association
-
Packages that use Association Package Description org.eclipse.persistence.descriptors org.eclipse.persistence.internal.descriptors org.eclipse.persistence.mappings -
-
Uses of Association in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors that return types with arguments of type Association Modifier and Type Method Description Vector<Association>InheritancePolicy. getClassIndicatorAssociations()INTERNAL: Return the class indicator associations for XML.Method parameters in org.eclipse.persistence.descriptors with type arguments of type Association Modifier and Type Method Description voidClassDescriptor. 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.descriptors Modifier and Type Class Description classFieldTranslationPurpose: Used to define aggregate mapping field translations deployment XML mappings.classInteractionArgumentPurpose: Used to define the interaction argument mapping.classQueryArgumentPurpose: Used to define the query argument mapping.classQueryKeyReferencePurpose: Used to define variable 1-1 mapping query key field references.classTypeMappingPurpose: 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.mappings Modifier and Type Class Description classPropertyAssociationPurpose: Generic association object.classTypedAssociationPurpose: Generic association object.Methods in org.eclipse.persistence.mappings that return types with arguments of type Association Modifier and Type Method Description Vector<Association>AggregateObjectMapping. getAggregateToSourceFieldAssociations()INTERNAL: Return a collection of the aggregate to source field associations.Method parameters in org.eclipse.persistence.mappings with type arguments of type Association Modifier and Type Method Description voidAggregateObjectMapping. setAggregateToSourceFieldAssociations(Vector<Association> fieldAssociations)INTERNAL: Set a collection of the aggregate to source field name associations.
-