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.
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
-
Field Summary
Fields inherited from class org.hibernate.tool.schema.internal.script.SingleLineSqlScriptExtractor
INSTANCE, SHORT_NAME
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.tool.schema.internal.script.SingleLineSqlScriptExtractor
extractCommands
-
Constructor Details
-
SingleLineSqlCommandExtractor
public SingleLineSqlCommandExtractor()Deprecated.
-
SingleLineSqlScriptExtractor
instead