Uses of Interface
org.hibernate.tool.schema.spi.DelayedDropAction
-
Packages that use DelayedDropAction Package Description org.hibernate.tool.schema.internal An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.org.hibernate.tool.schema.spi An SPI for tooling related to DDL generation, export, migration, and validation. -
-
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 inclusionFilter, 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)
-