Package | Description |
---|---|
org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
org.hibernate.tool.schema.extract.internal |
Modifier and Type | Method and Description |
---|---|
SequenceInformationExtractor |
Dialect.getSequenceInformationExtractor() |
SequenceInformationExtractor |
H2Dialect.getSequenceInformationExtractor() |
Modifier and Type | Class and Description |
---|---|
class |
SequenceInformationExtractorH2DatabaseImpl
Temporary implementation that works for H2.
|
class |
SequenceInformationExtractorLegacyImpl |
class |
SequenceInformationExtractorNoOpImpl |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.