类 GenerationTargetToDatabase
- java.lang.Object
-
- org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase
-
- 所有已实现的接口:
GenerationTarget
public class GenerationTargetToDatabase extends Object implements GenerationTarget
GenerationTarget implementation for handling generation directly to the database- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 GenerationTargetToDatabase(DdlTransactionIsolator ddlTransactionIsolator)GenerationTargetToDatabase(DdlTransactionIsolator ddlTransactionIsolator, boolean releaseAfterUse)
-
-
-
构造器详细资料
-
GenerationTargetToDatabase
public GenerationTargetToDatabase(DdlTransactionIsolator ddlTransactionIsolator)
-
GenerationTargetToDatabase
public GenerationTargetToDatabase(DdlTransactionIsolator ddlTransactionIsolator, boolean releaseAfterUse)
-
-
方法详细资料
-
prepare
public void prepare()
从接口复制的说明:GenerationTargetPrepare for accepting actions- 指定者:
prepare在接口中GenerationTarget
-
accept
public void accept(String command)
从接口复制的说明:GenerationTargetAccept a command- 指定者:
accept在接口中GenerationTarget- 参数:
command- The command
-
release
public void release()
从接口复制的说明:GenerationTargetRelease this target, giving it a change to release its resources.- 指定者:
release在接口中GenerationTarget
-
-