Add spring-batch- to module directory names (so folks can use mvn eclipse:eclipse if they want to).

BATCH-238: Remove hibernate support for the Daos.
This commit is contained in:
dsyer
2007-12-10 21:23:48 +00:00
parent 17705f27ab
commit 8ea331bfc7
884 changed files with 956 additions and 2352 deletions

View File

@@ -0,0 +1,8 @@
-- Autogenerated: do not edit this file
DROP TABLE TRADE $!{IFEXISTS};
DROP ${SEQUENCE} TRADE_SEQ $!{IFEXISTS};
DROP TABLE CUSTOMER $!{IFEXISTS};
DROP ${SEQUENCE} CUSTOMER_SEQ $!{IFEXISTS};
DROP TABLE PLAYERS $!{IFEXISTS};
DROP TABLE GAMES $!{IFEXISTS};
DROP TABLE PLAYER_SUMMARY $!{IFEXISTS};