Package | Description |
---|---|
org.springframework.jdbc.datasource.embedded |
Provides extensible support for creating embedded database instances.
|
Modifier and Type | Method and Description |
---|---|
EmbeddedDatabase |
EmbeddedDatabaseBuilder.build()
Build the embedded database.
|
EmbeddedDatabase |
EmbeddedDatabaseFactory.getDatabase()
Factory method that returns the embedded database
instance, which is also a
DataSource . |