embedded database support initial commit; moved from spring-test; ResourceDatabasePopulator duplicate code with test.jdbc package that needs review

This commit is contained in:
Keith Donald
2009-04-22 17:07:20 +00:00
parent 6fbd198420
commit 2e45a19be3
17 changed files with 857 additions and 0 deletions
@@ -0,0 +1 @@
insert into T_TEST (NAME) values ('Keith');