Change: :customerId. For example in viewobject impl public void selectById(BigDecimal id, boolean executeQuery){
setWhereClause("ID = ?");
setWhereClauseParams(new Object[]{id});
if (executeQuery) {
executeQuery();
}}
Unicode (UTF8) if your use unicode characters then you need to add the following parameters to the jdbc url jdbc:mysql://localhost/test?useUnicode=yes&characterEncoding=UTF8
View changes from previous version.
(Word count: 1257)