Package | Description |
---|---|
org.hibernate.tool.schema.extract.spi |
Modifier and Type | Method and Description |
---|---|
PrimaryKeyInformation |
TableInformation.getPrimaryKey()
Retrieve information about the table's primary key, if one is defined (aka, may return
null ). |
PrimaryKeyInformation |
InformationExtractor.getPrimaryKey(org.hibernate.tool.schema.extract.internal.TableInformationImpl tableInformation)
Extract information about the given table's primary key.
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.