Uses of Interface
org.hibernate.tool.schema.spi.DelayedDropRegistry
Packages that use DelayedDropRegistry
Package
Description
An SPI for tooling related to DDL generation, export, migration, and validation.
-
Uses of DelayedDropRegistry in org.hibernate.tool.schema.spi
Classes in org.hibernate.tool.schema.spi that implement DelayedDropRegistryModifier and TypeClassDescriptionclass
Implementation of DelayedDropRegistry for cases when the delayed-drop portion of "create-drop" is not valid.Methods in org.hibernate.tool.schema.spi with parameters of type DelayedDropRegistryModifier and TypeMethodDescriptionstatic void
SchemaManagementToolCoordinator.process
(Metadata metadata, ServiceRegistry serviceRegistry, Map<String, Object> configurationValues, DelayedDropRegistry delayedDropRegistry)