In that case you have to write a hibernate mapper for this:
1)
Add annotation to your field => @org.hibernate.annotations.Type(type = "my.MapTypeBlobUserType")
2)
Write the mapper class my.MapTypeBlobUserType
implementing => org.hibernate.usertype.UserType