Development
Development
Development
Development
Development
Development
@Markus: Hey, that's a great trick with the getObject(). @Marco: This works because under Java7, these getObject() methods satisfy the 2 new interface methods in the Java7 version of CallableStatement. But under Java6, these methods will just compile as normal methods, without overriding anything because they don't have an @Override. I verified that this compiles under (Eclipse, Ubuntu 17.10, Java6) and (Maven, Ubuntu 17.10, Java8). pom.xml: #62-64: Just cruious, why do are $hsqldbVersion and $jackcessVersion...
LoadJet.java, #403-415: I think you can use replace() instead of replaceAll(), since we don't need to use regular expressions here. Other than that, lgtm.