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:PrimaryKeyInformationObtain the identifier for this PK.- Specified by:
getPrimaryKeyIdentifierin interfacePrimaryKeyInformation- Returns:
- The PK identifier.
-
getColumns
Description copied from interface:PrimaryKeyInformationObtain the columns making up the primary key. Returned in sequential order.- Specified by:
getColumnsin interfacePrimaryKeyInformation- Returns:
- The columns
-