Can someone please tell me how I map a database type "text" (postgres type)
to a String in Java, to handle large data ??

There already exists a mapping:
                <type-mapping type="java.lang.String" name="varchar" />

I if I inculde another one of this kind:
                <type-mapping type="java.lang.String" name="text" />

Orion will not know to which type it has to cast, does it ??

Please some advice,

Eddie



Reply via email to