Uses of Interface
org.springframework.jdbc.datasource.embedded.DataSourceFactory
Packages that use DataSourceFactory
Package
Description
Provides extensible support for creating embedded database instances.
- 
Uses of DataSourceFactory in org.springframework.jdbc.datasource.embeddedMethods in org.springframework.jdbc.datasource.embedded with parameters of type DataSourceFactoryModifier and TypeMethodDescriptionEmbeddedDatabaseBuilder.setDataSourceFactory(DataSourceFactory dataSourceFactory) Set the factory to use to create theDataSourceinstance that connects to the embedded database.voidEmbeddedDatabaseFactory.setDataSourceFactory(DataSourceFactory dataSourceFactory) Set the factory to use to create theDataSourceinstance that connects to the embedded database.