master
Keith Donald 16 years ago
parent f64dcd379e
commit c25760f5db
  1. 2
      org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseConfigurer.java

@ -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
*/

Loading…
Cancel
Save