Uses of Interface
org.hibernate.tool.schema.spi.DelayedDropAction
-
Packages that use DelayedDropAction Package Description org.hibernate.tool.schema.spi -
-
Uses of DelayedDropAction in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return DelayedDropAction Modifier and Type Method Description DelayedDropActionSchemaDropper. buildDelayedAction(Metadata metadata, ExecutionOptions options, SourceDescriptor sourceDescriptor)Build a delayed Runnable for performing schema dropping.Methods in org.hibernate.tool.schema.spi with parameters of type DelayedDropAction Modifier and Type Method Description voidDelayedDropRegistry. registerOnCloseAction(DelayedDropAction action)Register the built DelayedDropActionvoidDelayedDropRegistryNotAvailableImpl. registerOnCloseAction(DelayedDropAction action)
-