Uses of Interface
org.hibernate.tool.schema.spi.DelayedDropAction
-
Packages that use DelayedDropAction Package Description org.hibernate.tool.schema.internal org.hibernate.tool.schema.spi -
-
Uses of DelayedDropAction in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal that return DelayedDropAction Modifier and Type Method Description DelayedDropAction
SchemaDropperImpl. buildDelayedAction(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, SourceDescriptor sourceDescriptor)
-
Uses of DelayedDropAction in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return DelayedDropAction Modifier and Type Method Description DelayedDropAction
SchemaDropper. 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 DelayedDropAction Modifier and Type Method Description void
DelayedDropRegistry. registerOnCloseAction(DelayedDropAction action)
Register the built DelayedDropActionvoid
DelayedDropRegistryNotAvailableImpl. registerOnCloseAction(DelayedDropAction action)
-