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 |
---|---|
Iterable<Sequence> |
Namespace.getSequences() |
Modifier and Type | Method and Description |
---|---|
Exporter<Sequence> |
Dialect.getSequenceExporter() |
Modifier and Type | Method and Description |
---|---|
String[] |
StandardSequenceExporter.getSqlCreateStrings(Sequence sequence,
Metadata metadata) |
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 © 2017 JBoss by Red Hat. All rights reserved.