| Package | Description |
|---|---|
| org.hibernate.tool.schema.extract.internal | |
| org.hibernate.tool.schema.extract.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
PrimaryKeyInformationImpl |
| Modifier and Type | Method and Description |
|---|---|
PrimaryKeyInformation |
TableInformationImpl.getPrimaryKey() |
PrimaryKeyInformation |
InformationExtractorJdbcDatabaseMetaDataImpl.getPrimaryKey(TableInformationImpl tableInformation) |
| 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(TableInformationImpl tableInformation)
Extract information about the given table's primary key.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.