Uses of Interface
org.hibernate.tool.schema.spi.DelayedDropAction
Packages that use DelayedDropAction
Package
Description
An SPI for tooling related to DDL generation, export, migration, and validation.
-
Uses of DelayedDropAction in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return DelayedDropActionModifier and TypeMethodDescriptionSchemaDropper.buildDelayedAction
(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, SourceDescriptor sourceDescriptor) Build a delayed Runnable for performing schema dropping.Methods in org.hibernate.tool.schema.spi with parameters of type DelayedDropActionModifier and TypeMethodDescriptionvoid
DelayedDropRegistry.registerOnCloseAction
(DelayedDropAction action) Register the built DelayedDropActionvoid
DelayedDropRegistryNotAvailableImpl.registerOnCloseAction
(DelayedDropAction action)