Uses of Interface
org.hibernate.tool.schema.extract.spi.SequenceInformationExtractor
Packages that use SequenceInformationExtractor
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Implementation of the SPI for schema information extraction from the database via JDBC.
-
Uses of SequenceInformationExtractor in org.hibernate.dialect
Methods in org.hibernate.dialect that return SequenceInformationExtractorModifier and TypeMethodDescriptionDB2Dialect.getSequenceInformationExtractor()
Dialect.getSequenceInformationExtractor()
ASequenceInformationExtractor
which is able to extractSequenceInformation
from the JDBC result set returned whenDialect.getQuerySequencesString()
is executed.DialectDelegateWrapper.getSequenceInformationExtractor()
H2Dialect.getSequenceInformationExtractor()
HANADialect.getSequenceInformationExtractor()
HSQLDialect.getSequenceInformationExtractor()
MariaDBDialect.getSequenceInformationExtractor()
OracleDialect.getSequenceInformationExtractor()
TiDBDialect.getSequenceInformationExtractor()
-
Uses of SequenceInformationExtractor in org.hibernate.tool.schema.extract.internal
Classes in org.hibernate.tool.schema.extract.internal that implement SequenceInformationExtractorModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class