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 |
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) |
protected void |
SchemaValidatorImpl.validateSequence(Sequence sequence,
SequenceInformation sequenceInformation) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.