Package org.hibernate.tool.schema.spi
Class DelayedDropRegistryNotAvailableImpl
- java.lang.Object
-
- org.hibernate.tool.schema.spi.DelayedDropRegistryNotAvailableImpl
-
- All Implemented Interfaces:
DelayedDropRegistry
public class DelayedDropRegistryNotAvailableImpl extends Object implements DelayedDropRegistry
Implementation of DelayedDropRegistry for cases when the delayed-drop portion of "create-drop" is not valid.
-
-
Field Summary
Fields Modifier and Type Field Description static DelayedDropRegistryNotAvailableImpl
INSTANCE
Singleton access
-
Constructor Summary
Constructors Constructor Description DelayedDropRegistryNotAvailableImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
registerOnCloseAction(DelayedDropAction action)
Register the built DelayedDropAction
-
-
-
Field Detail
-
INSTANCE
public static final DelayedDropRegistryNotAvailableImpl INSTANCE
Singleton access
-
-
Method Detail
-
registerOnCloseAction
public void registerOnCloseAction(DelayedDropAction action)
Description copied from interface:DelayedDropRegistry
Register the built DelayedDropAction- Specified by:
registerOnCloseAction
in interfaceDelayedDropRegistry
- Parameters:
action
- The delayed schema drop memento
-
-