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