Package | Description |
---|---|
org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
org.hibernate.tool.schema.internal |
Modifier and Type | Method and Description |
---|---|
Exporter<Index> |
Teradata14Dialect.getIndexExporter() |
Exporter<Index> |
Dialect.getIndexExporter() |
Modifier and Type | Method and Description |
---|---|
Index |
Table.addIndex(Index index) |
Index |
Table.getIndex(String indexName) |
Index |
Table.getOrCreateIndex(String indexName) |
Modifier and Type | Method and Description |
---|---|
Iterator<Index> |
Table.getIndexIterator() |
Modifier and Type | Method and Description |
---|---|
Index |
Table.addIndex(Index index) |
Modifier and Type | Method and Description |
---|---|
String[] |
StandardIndexExporter.getSqlCreateStrings(Index index,
Metadata metadata) |
String[] |
StandardIndexExporter.getSqlDropStrings(Index index,
Metadata metadata) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.