Example usage for org.hibernate.tool.hbm2ddl ImportSqlCommandExtractor interface-usage

List of usage examples for org.hibernate.tool.hbm2ddl ImportSqlCommandExtractor interface-usage

Introduction

In this page you can find the example usage for org.hibernate.tool.hbm2ddl ImportSqlCommandExtractor interface-usage.

Usage

From source file org.jboss.ci.tracker.server.CustomMultipleLinesSqlCommandExtractor.java

/**
 *
 * @author jtymel
 */
public class CustomMultipleLinesSqlCommandExtractor implements ImportSqlCommandExtractor {

From source file org.openremote.container.persistence.EnhancedImportSqlCommandExtractor.java

/**
 * Load and parse import SQL files, either the whole file as a single statement if its first line
 * is <code>-- importOneStatementOnly</code>, or as a semicolon-separated list of statements.
 */
@SuppressWarnings("deprecation")
public class EnhancedImportSqlCommandExtractor implements ImportSqlCommandExtractor {