Package org.hibernate.tool.schema.spi
Interface DelayedDropRegistry
- All Known Implementing Classes:
DelayedDropRegistryNotAvailableImpl
public interface DelayedDropRegistry
Callback to allow the built DelayedDropAction, if indicated, to be registered
back with the SessionFactory (or the thing that will manage its later execution).
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Register the built DelayedDropAction
-
Method Details
-
registerOnCloseAction
Register the built DelayedDropAction- Parameters:
action
- The delayed schema drop memento
-