When we try to insert a blob in MYSQL database. We get some query of this format INSERT INTO TABLE VALUES('1',"DSDD", x'EFBFBDC7AB'); because of x'EFBFBDC7AB' JSQL is not able to parse the string .. Is there any workaround or fix for the same?