Class MultipleLinesSqlCommandExtractor

java.lang.Object
org.hibernate.tool.schema.internal.script.MultiLineSqlScriptExtractor
org.hibernate.tool.hbm2ddl.MultipleLinesSqlCommandExtractor
All Implemented Interfaces:
Serializable, org.hibernate.service.Service, org.hibernate.tool.schema.spi.SqlScriptCommandExtractor

@Deprecated public class MultipleLinesSqlCommandExtractor extends org.hibernate.tool.schema.internal.script.MultiLineSqlScriptExtractor
Deprecated.
Use MultiLineSqlScriptExtractor instead
Class responsible for extracting SQL statements from import script. Supports instructions/comments and quoted strings spread over multiple lines. Each statement must end with semicolon.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.hibernate.tool.schema.internal.script.MultiLineSqlScriptExtractor

    org.hibernate.tool.schema.internal.script.MultiLineSqlScriptExtractor.VerboseListener
  • Field Summary

    Fields inherited from class org.hibernate.tool.schema.internal.script.MultiLineSqlScriptExtractor

    INSTANCE, SHORT_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Methods inherited from class org.hibernate.tool.schema.internal.script.MultiLineSqlScriptExtractor

    extractCommands

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MultipleLinesSqlCommandExtractor

      public MultipleLinesSqlCommandExtractor()
      Deprecated.