| Package | Description |
|---|---|
| org.hibernate.boot.model.relational | |
| org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
| org.hibernate.tool.schema.internal | |
| 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 |
|---|---|
java.lang.Iterable<Sequence> |
Namespace.getSequences() |
| Modifier and Type | Method and Description |
|---|---|
Exporter<Sequence> |
Dialect.getSequenceExporter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
StandardSequenceExporter.getSqlCreateStrings(Sequence sequence,
Metadata metadata) |
java.lang.String[] |
StandardSequenceExporter.getSqlDropStrings(Sequence sequence,
Metadata metadata) |
boolean |
DefaultSchemaFilter.includeSequence(Sequence sequence) |
protected void |
AbstractSchemaValidator.validateSequence(Sequence sequence,
SequenceInformation sequenceInformation) |
| 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-2018 Red Hat, Inc. All Rights Reserved.