- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean, org.springframework.jdbc.datasource.init.DatabasePopulator
public class SingleTableDatabaseInitializer
extends org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
implements org.springframework.beans.factory.InitializingBean
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.
- Since:
- 1.0
- Author:
- Thomas Risberg