Example usage for org.springframework.jdbc.datasource.init ResourceDatabasePopulator subclass-usage

List of usage examples for org.springframework.jdbc.datasource.init ResourceDatabasePopulator subclass-usage

Introduction

In this page you can find the example usage for org.springframework.jdbc.datasource.init ResourceDatabasePopulator subclass-usage.

Usage

From source file org.springframework.xd.jdbc.SingleTableDatabaseInitializer.java

/**
 * Class that's intended for initializing a single table and the script used can use a placeholder #table for the table
 * name. We'll replace the placeholder with the specified table name when the context is initialized.
 * 
 * @author Thomas Risberg
 * @since 1.0