Uses of Interface
org.hibernate.tool.schema.spi.Exporter
-
Packages that use Exporter Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.tool.schema.internal An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation. -
-
Uses of Exporter in org.hibernate.dialect
Classes in org.hibernate.dialect that implement Exporter Modifier and Type Class Description classOracleUserDefinedTypeExporter -
Uses of Exporter in org.hibernate.tool.schema.internal
Classes in org.hibernate.tool.schema.internal that implement Exporter Modifier and Type Class Description classStandardAuxiliaryDatabaseObjectExporterclassStandardForeignKeyExporterAnExporterfor foreign key constraints.classStandardIndexExporterclassStandardSequenceExporterclassStandardTableExporterclassStandardUniqueKeyExporterAnExporterforunique constraints.classStandardUserDefinedTypeExporter
-