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.spi An SPI for 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 Determines how JDBC metadata is read by the schema management tooling.SourceType Enumerates the various types of sources understood by the schema management tooling.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.spi Class Description Action Enumerates the actions that may be performed by the schema management tooling.SourceType Enumerates the various types of sources understood by the schema management tooling.TargetType Describes the allowable targets (SPI wise) for schema management actions.