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:
7
spring-batch-samples/src/main/sql/hsqldb.properties
Normal file
7
spring-batch-samples/src/main/sql/hsqldb.properties
Normal file
@@ -0,0 +1,7 @@
|
||||
platform=hsqldb
|
||||
# SQL language oddities
|
||||
BIGINT = BIGINT
|
||||
IDENTITY = IDENTITY
|
||||
IFEXISTS = IF EXISTS
|
||||
# for generating drop statements...
|
||||
SEQUENCE = TABLE
|
||||
Reference in New Issue
Block a user