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