接口 DelayedDropRegistry
-
- 所有已知实现类:
DelayedDropRegistryNotAvailableImpl
public interface DelayedDropRegistryCallback to allow the built DelayedDropAction, if indicated, to be registered back with the SessionFactory (or the thing that will manage its later execution).- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidregisterOnCloseAction(DelayedDropAction action)Register the built DelayedDropAction
-
-
-
方法详细资料
-
registerOnCloseAction
void registerOnCloseAction(DelayedDropAction action)
Register the built DelayedDropAction- 参数:
action- The delayed schema drop memento
-
-