public interface

EmbeddedDatabase

implements DataSource
org.springframework.jdbc.datasource.embedded.EmbeddedDatabase

Class Overview

A handle to an EmbeddedDatabase instance. Is a DataSource. Adds a shutdown operation so the embedded database instance can be shutdown.

Summary

Public Methods
abstract void shutdown()
Shutdown this embedded database.
[Expand]
Inherited Methods
From interface java.sql.Wrapper
From interface javax.sql.CommonDataSource
From interface javax.sql.DataSource

Public Methods

public abstract void shutdown ()

Shutdown this embedded database.