Class SingleLineSqlCommandExtractor

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

@Deprecated public class SingleLineSqlCommandExtractor extends org.hibernate.tool.schema.internal.script.SingleLineSqlScriptExtractor
Deprecated.
Use SingleLineSqlScriptExtractor instead
Class responsible for extracting SQL statements from import script. Treats each line as a complete SQL statement. Comment lines shall start with --, // or /* character sequence.
See Also:
  • Constructor Details

    • SingleLineSqlCommandExtractor

      public SingleLineSqlCommandExtractor()
      Deprecated.