Uses of Package
org.springframework.jdbc.datasource.embedded
Package
Description
Provides extensible support for creating embedded database instances.
-
ClassDescription
ConnectionProperties
serves as a simple data container that allows essential JDBC connection properties to be configured consistently, independent of the actualDataSource
implementation.DataSourceFactory
encapsulates the creation of a particularDataSource
implementation such as a non-poolingSimpleDriverDataSource
or a HikariCP pool setup in the shape of aHikariDataSource
.EmbeddedDatabase
serves as a handle to an embedded database instance.A builder that provides a convenient API for constructing an embedded database.EmbeddedDatabaseConfigurer
encapsulates the configuration required to create, connect to, and shut down a specific type of embedded database such as HSQL, H2, or Derby.Factory for creating anEmbeddedDatabase
instance.A supported embedded database type.