Class DemoHsqlSingleLineSqlCommandExtractor
java.lang.Object
org.hibernate.tool.schema.internal.script.SingleLineSqlScriptExtractor
org.broadleafcommerce.common.util.sql.importsql.DemoHsqlSingleLineSqlCommandExtractor
- All Implemented Interfaces:
Serializable,org.hibernate.service.Service,org.hibernate.tool.schema.spi.SqlScriptCommandExtractor
public class DemoHsqlSingleLineSqlCommandExtractor
extends org.hibernate.tool.schema.internal.script.SingleLineSqlScriptExtractor
This is a utility class that is only meant to be used for testing the BLC demo on HSQLDB. This replaces any of the demo
insert SQL statements with HSQLDB-compatible syntax.
- Author:
- Phillip Verheyden (phillipuniverse)
- See Also:
-
Field Summary
Fields inherited from class org.hibernate.tool.schema.internal.script.SingleLineSqlScriptExtractor
INSTANCE, SHORT_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractCommands(Reader reader, org.hibernate.dialect.Dialect dialect)
-
Constructor Details
-
DemoHsqlSingleLineSqlCommandExtractor
public DemoHsqlSingleLineSqlCommandExtractor()
-
-
Method Details
-
extractCommands
- Specified by:
extractCommandsin interfaceorg.hibernate.tool.schema.spi.SqlScriptCommandExtractor- Overrides:
extractCommandsin classorg.hibernate.tool.schema.internal.script.SingleLineSqlScriptExtractor
-