Package | Description |
---|---|
org.hibernate.metamodel.relational |
This package defines the metamodel of a relational database schema.
|
Modifier and Type | Method and Description |
---|---|
Index |
InLineView.getOrCreateIndex(String name) |
Index |
TableSpecification.getOrCreateIndex(String name) |
Index |
Table.getOrCreateIndex(String name) |
Modifier and Type | Method and Description |
---|---|
Iterable<Index> |
InLineView.getIndexes() |
Iterable<Index> |
TableSpecification.getIndexes() |
Iterable<Index> |
Table.getIndexes() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.