Uses of Class
org.eclipse.persistence.mappings.RelationTableMechanism
Packages that use RelationTableMechanism
Package
Description
-
Uses of RelationTableMechanism in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with parameters of type RelationTableMechanismModifier and TypeMethodDescriptionprotected voidRelationshipAccessor.addJoinTableRelationKeyFields(List<JoinColumnMetadata> joinColumns, RelationTableMechanism mechanism, String defaultFieldName, MetadataDescriptor descriptor, boolean isSource) INTERNAL: Add the relation key fields to a many to many mapping.protected voidRelationshipAccessor.processJoinTable(ForeignReferenceMapping mapping, RelationTableMechanism mechanism, JoinTableMetadata joinTable) INTERNAL: Process a MetadataJoinTable.protected voidRelationshipAccessor.processMappedByRelationTable(RelationTableMechanism ownerMechanism, RelationTableMechanism mechanism) INTERNAL: -
Uses of RelationTableMechanism in org.eclipse.persistence.mappings
Fields in org.eclipse.persistence.mappings declared as RelationTableMechanismModifier and TypeFieldDescriptionprotected RelationTableMechanismManyToManyMapping.mechanismMechanism holds relationTable and all fields and queries associated with it.protected RelationTableMechanismOneToOneMapping.mechanismMechanism holds relationTable and all fields and queries associated with it.Methods in org.eclipse.persistence.mappings that return RelationTableMechanismModifier and TypeMethodDescriptionManyToManyMapping.getRelationTableMechanism()PUBLIC: Returns RelationTableMechanism that may be owned by the mapping.OneToOneMapping.getRelationTableMechanism()PUBLIC: Returns RelationTableMechanism that may be owned by the mapping, that allows to configure the mapping to use relation table (just like ManyToManyMapping).Methods in org.eclipse.persistence.mappings with parameters of type RelationTableMechanismModifier and TypeMethodDescriptionvoidOneToOneMapping.setRelationTableMechanism(RelationTableMechanism mechanism) PUBLIC: Set RelationTableMechanism into the mapping, that allows to configure the mapping to use relation table (just like ManyToManyMapping). -
Uses of RelationTableMechanism in org.eclipse.persistence.tools.schemaframework
Methods in org.eclipse.persistence.tools.schemaframework with parameters of type RelationTableMechanismModifier and TypeMethodDescriptionprotected voidDefaultTableGenerator.buildRelationTableDefinition(ForeignReferenceMapping mapping, RelationTableMechanism relationTableMechanism, DatabaseField listOrderField, ContainerPolicy cp) Build relation table definitions for all many-to-many relationships in a EclipseLink descriptor.