| Package | Description |
|---|---|
| org.hibernate.boot.model.relational | |
| org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
| org.hibernate.tool.schema.spi |
| Modifier and Type | Method and Description |
|---|---|
Sequence |
Namespace.createSequence(Identifier logicalName,
int initialValue,
int increment) |
Sequence |
Namespace.locateSequence(Identifier name) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Sequence> |
Namespace.getSequences() |
| Modifier and Type | Method and Description |
|---|---|
Exporter<Sequence> |
Dialect.getSequenceExporter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SchemaFilter.includeSequence(Sequence sequence)
Should the given sequence be included? If
true, the
sequence will be further processed; if false, processing will skip this
sequence. |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.