for some reason I have not being able to find a suitable answer for this. I have the following simple entity:
@Entity @Table(name = \"simple_entity\") @Acce
Change binary column to String. Default is binary you must add this addnotation
@Type(type="org.hibernate.type.UUIDCharType")