Menu

#15 Oracle's Raw datatype is not supported

open
nobody
None
5
2007-11-26
2007-11-26
Nitesh
No

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.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.