-->
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.  [ 3 posts ] 
Author Message
 Post subject: java.lang.Boolean default-Wert setzen in *.hbm.xml
PostPosted: Thu Dec 09, 2010 4:58 am 
Newbie

Joined: Thu Apr 08, 2010 8:47 am
Posts: 18
Moin,

ich würde gerne für den Boolean Wrapper einen Default-Wert anlegen.

Code:
<property name="isInTrash" type="java.lang.Boolean" not-null="true">
   <column name="IS_IN_TRASH" default="XYZ"></column>
</property>


Ich habe für "XYZ" schon einiges versucht, klappt aber leider nicht.
Habt ihr eine Idee, wie man den Default-Wert für Wrapper setzt?

Viele Grüße
MK


Top
 Profile  
 
 Post subject: Re: java.lang.Boolean default-Wert setzen in *.hbm.xml
PostPosted: Sat Dec 11, 2010 2:21 pm 
Newbie

Joined: Thu Apr 08, 2010 8:47 am
Posts: 18
Habt ihr denn keine Idee?


Top
 Profile  
 
 Post subject: Re: java.lang.Boolean default-Wert setzen in *.hbm.xml
PostPosted: Thu Jan 06, 2011 11:35 am 
Senior
Senior

Joined: Fri May 08, 2009 12:27 pm
Posts: 168
Machst Du forward oder reverse engineering?

Bei Forward Engineering reicht es, in der Klasse im Konstruktor oder an der Felddefinition die Initialisierung einzutragen. Das reicht dann auch aus, soweit die Datenbank ausschließlich per Java mit neuen Sätzen befüllt wird (wenn sie auch für manuelles SQL zugänglich sein soll, muss man wohl mehr tun, aber da endet meine Erfahrung leider).
Bei Reverse Engineering musst Du ein Meta-Attribut in der hibernate.reveng.xml ablegen.

Die nächste Frage wäre: was hast Du für XXX schon alles ausprobiert?
Was hast Du erwartet, was ist tatsächlich passiert?


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

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.