Class PrimaryKeyInformationImpl
java.lang.Object
org.hibernate.tool.schema.extract.internal.PrimaryKeyInformationImpl
- All Implemented Interfaces:
PrimaryKeyInformation
-
Constructor Summary
ConstructorsConstructorDescriptionPrimaryKeyInformationImpl
(Identifier identifier, Iterable<ColumnInformation> columns) -
Method Summary
Modifier and TypeMethodDescriptionObtain the columns making up the primary key.Obtain the identifier for this PK.
-
Constructor Details
-
PrimaryKeyInformationImpl
-
-
Method Details
-
getPrimaryKeyIdentifier
Description copied from interface:PrimaryKeyInformation
Obtain the identifier for this PK.- Specified by:
getPrimaryKeyIdentifier
in interfacePrimaryKeyInformation
- Returns:
- The PK identifier.
-
getColumns
Description copied from interface:PrimaryKeyInformation
Obtain the columns making up the primary key. Returned in sequential order.- Specified by:
getColumns
in interfacePrimaryKeyInformation
- Returns:
- The columns
-