embedded
This commit is contained in:
parent
2e45a19be3
commit
b1000cd5c6
|
|
@ -29,6 +29,8 @@ import org.springframework.core.io.ResourceLoader;
|
|||
* db.shutdown();
|
||||
* </pre>
|
||||
*
|
||||
* TODO - should we replace schema/testdata with more general 'script' method?
|
||||
*
|
||||
* @author Keith Donald
|
||||
*/
|
||||
public class EmbeddedDatabaseBuilder {
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@ import org.springframework.jdbc.datasource.SimpleDriverDataSource;
|
|||
* Encapsulates the configuration required to create, connect to, and shutdown a specific type of embedded database such as HSQLdb or H2.
|
||||
* Create a subclass for each database type we wish to support.
|
||||
*
|
||||
* TODO - introduce ConfigurableDataSource strategy for configuring connection properties?
|
||||
*
|
||||
* @see EmbeddedDatabaseConfigurerFactory
|
||||
*/
|
||||
abstract class EmbeddedDatabaseConfigurer {
|
||||
|
|
|
|||
Loading…
Reference in New Issue