postgre数据库存的一个字段是bytea类型,那在java的mapp.xml中查询时resultType应该是什么?
bytea是字节流,类似oracle里的blobjava里对应的应该是byte数组