类 DelayedDropRegistryNotAvailableImpl
- java.lang.Object
-
- org.hibernate.tool.schema.spi.DelayedDropRegistryNotAvailableImpl
-
- 所有已实现的接口:
DelayedDropRegistry
public class DelayedDropRegistryNotAvailableImpl extends Object implements DelayedDropRegistry
Implementation of DelayedDropRegistry for cases when the delayed-drop portion of "create-drop" is not valid.- 作者:
- Steve Ebersole
-
-
字段概要
字段 修饰符和类型 字段 说明 static DelayedDropRegistryNotAvailableImplINSTANCESingleton access
-
构造器概要
构造器 构造器 说明 DelayedDropRegistryNotAvailableImpl()
-
-
-
字段详细资料
-
INSTANCE
public static final DelayedDropRegistryNotAvailableImpl INSTANCE
Singleton access
-
-
方法详细资料
-
registerOnCloseAction
public void registerOnCloseAction(DelayedDropAction action)
从接口复制的说明:DelayedDropRegistryRegister the built DelayedDropAction- 指定者:
registerOnCloseAction在接口中DelayedDropRegistry- 参数:
action- The delayed schema drop memento
-
-