-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Reverse Engineering
PostPosted: Tue Sep 18, 2007 10:05 am 
Newbie

Joined: Tue Sep 18, 2007 9:35 am
Posts: 3
Hallo,

Wir arbeiten mit einer Oracle 9i Datenbank und hibernate3. Die Java Version ist 1.5.0.7.

Beim Reverse engineering habe ich nun folgendes Problem:

Die Spalte in der Datenbank ist folgend definiert:
Code:
Colum_Name, NUMBER(5,2)


Im dem generiertem mapping File Test.hbm.xml wird die spalte nun auf folgendes gemappt:
Code:
  <property name="columnName" type="big_decimal">
            <column name="COLUMN_NAME" precision="5" />
  </property>


Dies führt zu einer Classcast exception.

In der hibernate.reveng.xml kann ich jdbc-type auf hibernate-type mappen.

Code:
<hibernate-reverse-engineering>
   <type-mapping>
      <sql-type jdbc-type="VARCHAR" length="1" hibernate-type="yes_no" />
   </type-mapping>
</hibernate-reverse-engineering>


Doch
Code:
NUMBER
ist kein jdbc-type.

Was soll ich hier angeben und wie kann ich hier die Länge bzw. Nachkommastellen angeben?

Vielen Dank für eure Hilfe.

Gruß
Dom


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.