Package | Description |
---|---|
org.springframework.jdbc.datasource.embedded |
Provides extensible support for creating embedded database instances.
|
Class and Description |
---|
ConnectionProperties
DataSourceFactory helper that allows essential JDBC connection properties to be configured consistently,
independent of the actual DataSource implementation.
|
DataSourceFactory
Encapsulates the creation of a particular DataSource implementation, such as a
SimpleDriverDataSource or connection pool such as Apache DBCP or C3P0. |
EmbeddedDatabase
A handle to an EmbeddedDatabase instance.
|
EmbeddedDatabaseBuilder
A builder that provides a convenient API for constructing an embedded database.
|
EmbeddedDatabaseConfigurer
Encapsulates the configuration required to create, connect to, and shutdown a specific type of embedded database such as HSQL or H2.
|
EmbeddedDatabaseFactory
Factory for creating
EmbeddedDatabase instances. |
EmbeddedDatabaseType
A supported embedded database type.
|
Copyright © 2015. All rights reserved.