类 GenerationTargetToScript
- java.lang.Object
-
- org.hibernate.tool.schema.internal.exec.GenerationTargetToScript
-
- 所有已实现的接口:
GenerationTarget
public class GenerationTargetToScript extends Object implements GenerationTarget
GenerationTarget implementation for handling generation to scripts- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 GenerationTargetToScript(ScriptTargetOutput scriptTarget, String delimiter)
-
-
-
构造器详细资料
-
GenerationTargetToScript
public GenerationTargetToScript(ScriptTargetOutput scriptTarget, String delimiter)
-
-
方法详细资料
-
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
-
-