Class NameSpaceForeignKeysInformation
java.lang.Object
org.hibernate.tool.schema.extract.spi.NameSpaceForeignKeysInformation
- Since:
- 7.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addForeignKeyInformation
(TableInformation tableInformation, ForeignKeyInformation foreignKeyInformation) @Nullable List
<ForeignKeyInformation> getForeignKeysInformation
(String tableName) @Nullable List
<ForeignKeyInformation> getForeignKeysInformation
(Table table)
-
Constructor Details
-
NameSpaceForeignKeysInformation
-
-
Method Details
-
addForeignKeyInformation
public void addForeignKeyInformation(TableInformation tableInformation, ForeignKeyInformation foreignKeyInformation) -
getForeignKeysInformation
-
getForeignKeysInformation
-