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
-
Uses of Exporter in org.hibernate.tool.schema.internal
Classes in org.hibernate.tool.schema.internal that implement Exporter Modifier and Type Class Description class
StandardAuxiliaryDatabaseObjectExporter
class
StandardForeignKeyExporter
AnExporter
for foreign key constraints.class
StandardIndexExporter
class
StandardSequenceExporter
class
StandardTableExporter
class
StandardUniqueKeyExporter
AnExporter
forunique constraints
.class
StandardUserDefinedTypeExporter
-