This commit is contained in:
Keith Donald 2009-05-06 08:19:21 +00:00
parent f64dcd379e
commit c25760f5db
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ package org.springframework.jdbc.datasource.embedded;
import javax.sql.DataSource;
/**
* Encapsulates the configuration required to create, connect to, and shutdown a specific type of embedded database such as HSQLdb or H2.
* Encapsulates the configuration required to create, connect to, and shutdown a specific type of embedded database such as HSQL or H2.
* Create a implementation for each database type you wish to support; for example HSQL, H2, or some other type.
* @author Keith Donald
*/