Uses of Package
org.hibernate.tool.schema
-
Packages that use org.hibernate.tool.schema Package Description org.hibernate.tool.schema Contains tooling related to DDL generation, export, migration, and validation.org.hibernate.tool.schema.internal An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.org.hibernate.tool.schema.spi An SPI for the tooling related to DDL generation, export, migration, and validation. -
Classes in org.hibernate.tool.schema used by org.hibernate.tool.schema Class Description Action Enumerates the actions that may be performed by the schema management tooling.JdbcMetadaAccessStrategy SourceType Enumeration of the various types of sources understood by various SchemaManagementTooling delegates.TargetType Describes the allowable targets (SPI wise) for schema management actions.UniqueConstraintSchemaUpdateStrategy Unique columns and unique keys both use unique constraints in most dialects. -
Classes in org.hibernate.tool.schema used by org.hibernate.tool.schema.internal Class Description UniqueConstraintSchemaUpdateStrategy Unique columns and unique keys both use unique constraints in most dialects. -
Classes in org.hibernate.tool.schema used by org.hibernate.tool.schema.spi Class Description Action Enumerates the actions that may be performed by the schema management tooling.SourceType Enumeration of the various types of sources understood by various SchemaManagementTooling delegates.TargetType Describes the allowable targets (SPI wise) for schema management actions.