Uses of Interface
org.hibernate.tool.schema.spi.DelayedDropRegistry
-
Packages that use DelayedDropRegistry Package Description org.hibernate.tool.schema.spi 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 DelayedDropRegistry Modifier and Type Class Description class
DelayedDropRegistryNotAvailableImpl
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 DelayedDropRegistry Modifier and Type Method Description static void
SchemaManagementToolCoordinator. process(Metadata metadata, ServiceRegistry serviceRegistry, Map<String,Object> configurationValues, DelayedDropRegistry delayedDropRegistry)
-