接口 DelayedDropAction
-
public interface DelayedDropActionMemento representing the dropping of a schema as part of create-drop hbm2ddl.auto handling. This memento is registered with the SessionFactory and executed as the SessionFactory is closing. Implementations should be Serializable- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidperform(ServiceRegistry serviceRegistry)Perform the delayed schema drop.
-
-
-
方法详细资料
-
perform
void perform(ServiceRegistry serviceRegistry)
Perform the delayed schema drop.- 参数:
serviceRegistry- Access to the ServiceRegistry
-
-