Generated by
JDiff

Class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder

Documentation changed from old to new.

Changed Methods
EmbeddedDatabaseBuilder addDefaultScripts() Documentation changed from old to new.
Add default scripts to execute to populate the database.
EmbeddedDatabaseBuilder addScript(String) Documentation changed from old to new.
Add a SQL script to execute to populate the database.
EmbeddedDatabaseBuilder setName(String) Documentation changed from old to new.
Set the name of the embedded database.
EmbeddedDatabaseBuilder setType(EmbeddedDatabaseType) Documentation changed from old to new.
Set the type of embedded database.