-->
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: Probleme mit java.util.Date und java.sql.Date
PostPosted: Mon Apr 24, 2006 4:34 am 
Newbie

Joined: Mon Apr 24, 2006 4:15 am
Posts: 4
Hi,
da ich jetzt nicht weiter weiß, wende ich mich mit meinem Problem an dieses Forum. Vielleicht hat jemand einen Tipp...

Ich benutze Entities mit Audit-Daten der Klasse java.util.Date. Hier ein Auszug aus meinem Mapping-File:

...
<property
name="createdOn"
column="CREATED_ON"
insert="true"
update="false"
type="org.hibernate.type.DateType">
</property>
...

Schreibe ich Daten in die Datenbank, sorgt Hibernate dafür, dass entsprechende Datums-Angaben in ein DB-taugliches Format konvertiert werden. Als Spaltentyp habe ich in meinem SQL Schema "DATE" eingestellt.

Wenn Hibernate nun Daten aus der DB liest und Instanzen für die Datensätze erzeugt, wird das entsprechende Datum nicht als java.util.Date gesetzt sondern als java.sql.Date.

Dadurch kommt es zu einigen Fehlern in meinen JUnit-Tests.

Kurz: ich gebe Datentypen von java.util.Date an Hibernate, bekomme aber java.sql.Date von Hibernate zurück. Als Backend benutze ich Oracle 10G XE

Kann mir einer von Euch weiterhelfen?

Ich bin für jeden Hinweis dankbar...


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.