Package org.hibernate.tool.hbm2ddl
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.UseSingleLineSqlScriptExtractorinsteadClass 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 Summary
Constructors Constructor Description SingleLineSqlCommandExtractor()Deprecated.
-