- All Implemented Interfaces:
- Serializable, org.hibernate.service.Service, org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractor
public class DemoPostgresSingleLineSqlCommandExtractor
extends org.hibernate.tool.hbm2ddl.SingleLineSqlCommandExtractor
Command extractor that does Postgres specific logic in order for the DemoSite load scripts to import correctly.
Add:
blPU.hibernate.hbm2ddl.import_files_sql_extractor=org.broadleafcommerce.common.util.sql.importsql.DemoPostgresSingleLineSqlCommandExtractor
blEventPU.hibernate.hbm2ddl.import_files_sql_extractor=org.broadleafcommerce.common.util.sql.importsql.DemoPostgresSingleLineSqlCommandExtractor
in properties file to run load scripts through this extractor
- Author:
- Jay Aisenbrey (cja769)
- See Also:
- Serialized Form