Class 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:
    SingleLineSqlScriptExtractor, Serialized Form
    • Constructor Detail

      • SingleLineSqlCommandExtractor

        public SingleLineSqlCommandExtractor()
        Deprecated.