spring-framework / org.springframework.jdbc.datasource.embedded / EmbeddedDatabaseFactory / <init>

<init>

EmbeddedDatabaseFactory()

Factory for creating an EmbeddedDatabase instance.

Callers are guaranteed that the returned database has been fully initialized and populated.

The factory can be configured as follows:

After configuring the factory, call #getDatabase() to obtain a reference to the EmbeddedDatabase instance.

Author
Keith Donald

Author
Juergen Hoeller

Author
Sam Brannen

Since
3.0