Example usage for org.springframework.batch.support DatabaseType HSQL

List of usage examples for org.springframework.batch.support DatabaseType HSQL

Introduction

In this page you can find the example usage for org.springframework.batch.support DatabaseType HSQL.

Prototype

DatabaseType HSQL

To view the source code for org.springframework.batch.support DatabaseType HSQL.

Click Source Link

Usage

From source file:org.springframework.batch.support.DatabaseTypeTestUtils.java

public static DataSource getMockDataSource() throws Exception {
    return getMockDataSource(DatabaseType.HSQL.getProductName());
}