类 ScriptSourceInputFromUrl
- java.lang.Object
-
- org.hibernate.tool.schema.internal.exec.AbstractScriptSourceInput
-
- org.hibernate.tool.schema.internal.exec.ScriptSourceInputFromUrl
-
- 所有已实现的接口:
ScriptSourceInput
public class ScriptSourceInputFromUrl extends AbstractScriptSourceInput implements ScriptSourceInput
ScriptSourceInput implementation for URL references. A reader is opened here and then explicitly closed onrelease().- 作者:
- Christian Beikov, Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 ScriptSourceInputFromUrl(URL url, String charsetName)Constructs a ScriptSourceInputFromUrl instance
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected StringgetScriptDescription()voidprepare()Prepare source for use, and log that this script is about to be imported.protected Readerreader()voidrelease()Release this input.StringtoString()-
从类继承的方法 org.hibernate.tool.schema.internal.exec.AbstractScriptSourceInput
read
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
从接口继承的方法 org.hibernate.tool.schema.spi.ScriptSourceInput
read
-
-
-
-
方法详细资料
-
reader
protected Reader reader()
- 指定者:
reader在类中AbstractScriptSourceInput
-
prepare
public void prepare()
从接口复制的说明:ScriptSourceInputPrepare source for use, and log that this script is about to be imported.- 指定者:
prepare在接口中ScriptSourceInput- 覆盖:
prepare在类中AbstractScriptSourceInput
-
getScriptDescription
protected String getScriptDescription()
-
release
public void release()
从接口复制的说明:ScriptSourceInputRelease this input.- 指定者:
release在接口中ScriptSourceInput- 覆盖:
release在类中AbstractScriptSourceInput
-
-