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