ByteArrayEntity: improve encapsulation
I've run into a nasty bug in a custom variable type causing Foreign Key Constaint error in ACT_FK_VAR_BYTEARRAY.The first part of solving the problem was to improve logging in DbSqlSession. This helped me diagnose what went wrong. These changes you c...