Can be configured:
Call {@link #setDatabaseName(String)} to change the name of the database.
Call {@link #setDatabaseType(EmbeddedDatabaseType)} to set the database type if you wish to use one of the supported types.
Call {@link #setDatabaseConfigurer(EmbeddedDatabaseConfigurer)} to configure support for your own embedded database type.
Call {@link #setDatabasePopulator(DatabasePopulator)} to change the algorithm used to populate the database.
Call {@link #setDataSourceFactory(DataSourceFactory)} to change the type of DataSource used to connect to the database.
Call {@link #getDatabase()} to get the {@link EmbeddedDatabase} instance.
@author Keith Donald
@author Juergen Hoeller
@since 3.0
|
|
|
|
|
|