u can map that field in hibernate as binary. the corresponding java object field should be byte[].
put this in sessionFactory as well :
<configuration-property>
<property-name>hibernate.jdbc.use_streams_for_binary</property-name>
<property-value>true</property-value>
</configuration-property>