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:
8
spring-batch-samples/src/main/sql/destroy.sql.vpp
Normal file
8
spring-batch-samples/src/main/sql/destroy.sql.vpp
Normal 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};
|
||||
Reference in New Issue
Block a user