Class NameSpacePrimaryKeysInformation
java.lang.Object
org.hibernate.tool.schema.extract.spi.NameSpacePrimaryKeysInformation
- Since:
- 7.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPrimaryKeyInformation
(TableInformation tableInformation, PrimaryKeyInformation primaryKeyInformation) @Nullable PrimaryKeyInformation
getPrimaryKeyInformation
(String tableName) @Nullable PrimaryKeyInformation
getPrimaryKeyInformation
(Table table) void
validate()
-
Constructor Details
-
NameSpacePrimaryKeysInformation
-
-
Method Details
-
addPrimaryKeyInformation
public void addPrimaryKeyInformation(TableInformation tableInformation, PrimaryKeyInformation primaryKeyInformation) -
getPrimaryKeyInformation
-
getPrimaryKeyInformation
-
validate
public void validate()
-