I have a DAO with these methods:
@SqlUpdate("INSERT INTO my_test (ba) VALUES (:ba)") void insertBytea(@Bind("ba") byte[] ba); @SqlQuery("