Uses of Class
org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
Packages that use ForeignKeyConstraint
Package
Description
-
Uses of ForeignKeyConstraint in org.eclipse.persistence.internal.helper
Fields in org.eclipse.persistence.internal.helper with type parameters of type ForeignKeyConstraintModifier and TypeFieldDescriptionprotected Map
<String, ForeignKeyConstraint> DatabaseTable.foreignKeyConstraints
JPA 2.1 Foreign key specification dataMethods in org.eclipse.persistence.internal.helper that return ForeignKeyConstraintMethods in org.eclipse.persistence.internal.helper that return types with arguments of type ForeignKeyConstraintMethods in org.eclipse.persistence.internal.helper with parameters of type ForeignKeyConstraintModifier and TypeMethodDescriptionvoid
DatabaseTable.addForeignKeyConstraint
(ForeignKeyConstraint foreignKeyConstraint) -
Uses of ForeignKeyConstraint in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories with parameters of type ForeignKeyConstraintModifier and TypeMethodDescriptionprotected void
TableCreatorClassGenerator.addForeignKeyLines
(ForeignKeyConstraint foreignKey, NonreflectiveMethodDefinition method) -
Uses of ForeignKeyConstraint in org.eclipse.persistence.tools.schemaframework
Fields in org.eclipse.persistence.tools.schemaframework with type parameters of type ForeignKeyConstraintModifier and TypeFieldDescriptionprotected Map
<String, ForeignKeyConstraint> TableDefinition.foreignKeyMap
Methods in org.eclipse.persistence.tools.schemaframework that return ForeignKeyConstraintModifier and TypeMethodDescriptionprotected ForeignKeyConstraint
TableDefinition.buildForeignKeyConstraint
(List<String> fkFieldNames, List<String> pkFieldNames, TableDefinition targetTable, DatabasePlatform platform) Build a foreign key constraint.protected ForeignKeyConstraint
TableDefinition.buildForeignKeyConstraint
(FieldDefinition field, DatabasePlatform platform) Build a foreign key constraint using FieldDefinition.getForeignKeyFieldName().Methods in org.eclipse.persistence.tools.schemaframework that return types with arguments of type ForeignKeyConstraintModifier and TypeMethodDescriptionTableDefinition.getForeignKeyMap()
INTERNAL:TableDefinition.getForeignKeys()
PUBLIC: Returns the ForeignKeyConstraint list.Methods in org.eclipse.persistence.tools.schemaframework with parameters of type ForeignKeyConstraintModifier and TypeMethodDescriptionvoid
TableDefinition.addForeignKeyConstraint
(ForeignKeyConstraint foreignKey) PUBLIC: Add a foreign key constraint to the table.TableDefinition.buildConstraintCreationWriter
(AbstractSession session, ForeignKeyConstraint foreignKey, Writer writer) INTERNAL: Return the alter table statement to add the constraints.TableDefinition.buildConstraintDeletionWriter
(AbstractSession session, ForeignKeyConstraint foreignKey, Writer writer) INTERNAL: Return the alter table statement to drop the constraints.Method parameters in org.eclipse.persistence.tools.schemaframework with type arguments of type ForeignKeyConstraintModifier and TypeMethodDescriptionvoid
TableDefinition.setForeignKeyMap
(Map<String, ForeignKeyConstraint> foreignKeyMap) INTERNAL:void
TableDefinition.setForeignKeys
(List<ForeignKeyConstraint> foreignKeys) PUBLIC: Set the ForeignKeyConstraint list.void
TableDefinition.setUserDefinedForeignKeyConstraints
(Map<String, ForeignKeyConstraint> foreignKeyConstraints) PUBLIC: Set the foreign key constraints for this table.