Uses of Class
org.eclipse.persistence.mappings.RelationTableMechanism
-
Packages that use RelationTableMechanism Package Description org.eclipse.persistence.mappings org.eclipse.persistence.tools.schemaframework -
-
Uses of RelationTableMechanism in org.eclipse.persistence.mappings
Fields in org.eclipse.persistence.mappings declared as RelationTableMechanism Modifier and Type Field Description protected 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 RelationTableMechanism Modifier and Type Method Description RelationTableMechanismManyToManyMapping. getRelationTableMechanism()PUBLIC: Returns RelationTableMechanism that may be owned by the mapping.RelationTableMechanismOneToOneMapping. 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 RelationTableMechanism Modifier and Type Method Description voidOneToOneMapping. 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 RelationTableMechanism Modifier and Type Method Description protected voidDefaultTableGenerator. buildRelationTableDefinition(ForeignReferenceMapping mapping, RelationTableMechanism relationTableMechanism, DatabaseField listOrderField, ContainerPolicy cp)Build relation table definitions for all many-to-many relationships in a EclipseLink descriptor.
-