Uses of Interface
org.hibernate.tool.schema.spi.GenerationTarget
Packages that use GenerationTarget
Package
Description
An SPI for tooling related to DDL generation, export, migration, and validation.
-
Uses of GenerationTarget in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return GenerationTargetModifier and TypeMethodDescriptiondefault GenerationTarget[]
SchemaManagementTool.buildGenerationTargets
(TargetDescriptor targetDescriptor, org.hibernate.tool.schema.internal.exec.JdbcContext jdbcContext, Map<String, Object> options, boolean needsAutoCommit) Resolves the targets to which to send the DDL commands based on configurationMethods in org.hibernate.tool.schema.spi with parameters of type GenerationTargetModifier and TypeMethodDescriptionvoid
SchemaManagementTool.setCustomDatabaseGenerationTarget
(GenerationTarget generationTarget) This allows to set an alternative implementation for the Database generation target.