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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
registerOnCloseAction(DelayedDropAction action)
Register the built DelayedDropAction
-
-
-
Method Detail
-
registerOnCloseAction
void registerOnCloseAction(DelayedDropAction action)
Register the built DelayedDropAction- Parameters:
action
- The delayed schema drop memento
-
-