类 ScriptTargetOutputToFile
- java.lang.Object
-
- org.hibernate.tool.schema.internal.exec.AbstractScriptTargetOutput
-
- org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToFile
-
- 所有已实现的接口:
ScriptTargetOutput
public class ScriptTargetOutputToFile extends AbstractScriptTargetOutput implements ScriptTargetOutput
ScriptTargetOutput implementation for writing to supplied File references- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 ScriptTargetOutputToFile(File file, String charsetName)Constructs a ScriptTargetOutputToFile instance
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidprepare()Prepare the script target toacceptcommandsvoidrelease()Release this outputprotected Writerwriter()-
从类继承的方法 org.hibernate.tool.schema.internal.exec.AbstractScriptTargetOutput
accept
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.tool.schema.spi.ScriptTargetOutput
accept
-
-
-
-
方法详细资料
-
writer
protected Writer writer()
- 指定者:
writer在类中AbstractScriptTargetOutput
-
prepare
public void prepare()
从接口复制的说明:ScriptTargetOutputPrepare the script target toacceptcommands- 指定者:
prepare在接口中ScriptTargetOutput- 覆盖:
prepare在类中AbstractScriptTargetOutput
-
release
public void release()
从接口复制的说明:ScriptTargetOutputRelease this output- 指定者:
release在接口中ScriptTargetOutput- 覆盖:
release在类中AbstractScriptTargetOutput
-
-