Oracle's Raw datatype is not supported
Brought to you by:
jhudson8
I tried to generate hbm.xml for my database table and got the below commented lines:
<\!-- please tell Joe Hudson that the type 'RAW' could not be resolved.. defaulting to java.lang.String --> <property name="Price" column="PRICE" type="java.lang.String" not-null="false" length="255" />
Most probably looks like we are not supporting RAW datatype currently.