Hi!
I am using the Oracle 10g.
To map the tables, i am using MyGeneration but, the SDO_GEOMETRY
data type is not recognised as a NHibernate valid data type.
The field Geometria has a unknown data type.
<property column="SA2DATPF" type="Decimal" name="Sa2datpf" />
<property column="SA2DATDV" type="String" name="Sa2datdv" length="11" />
<property column="SA2OBSPC" type="String" name="Sa2obspc" length="11" />
<property column="SA2CONDP" type="String" name="Sa2condp" length="11" />
<property column="GEOMETRIA" type="Unknown" name="Geometria" />
<property column="IDXINT" type="Decimal" name="Idxint" not-null="true" />
</class>
</hibernate-mapping>
How can i set the field Geometria as a NHibernate SDO_GEOMETRY data type?
Thanks in advance!
Regards,
Welenn Araujo(BR).
|