Uses of Interface
org.hibernate.tool.schema.spi.Exporter
Packages that use Exporter
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Internal package containing dialect-specific implementations of
JdbcType.An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
-
Uses of Exporter in org.hibernate.dialect
Methods in org.hibernate.dialect that return ExporterModifier and TypeMethodDescriptionDialect.getAuxiliaryDatabaseObjectExporter()Dialect.getForeignKeyExporter()SpannerDialect.getForeignKeyExporter()Dialect.getIndexExporter()Dialect.getSequenceExporter()SpannerDialect.getSequenceExporter()SQLServerDialect.getSequenceExporter()DB2Dialect.getTableExporter()Dialect.getTableExporter()HANADialect.getTableExporter()OracleDialect.getTableExporter()PostgreSQLDialect.getTableExporter()SpannerDialect.getTableExporter()SQLServerDialect.getTableExporter()Dialect.getUniqueKeyExporter()SpannerDialect.getUniqueKeyExporter()Dialect.getUserDefinedTypeExporter()OracleDialect.getUserDefinedTypeExporter() -
Uses of Exporter in org.hibernate.dialect.type
Classes in org.hibernate.dialect.type that implement Exporter -
Uses of Exporter in org.hibernate.tool.schema.internal
Classes in org.hibernate.tool.schema.internal that implement ExporterModifier and TypeClassDescriptionclassclassAnExporterfor foreign key constraints.classclassclassclassAnExporterfor unique constraints.class