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: Default value for column
PostPosted: Wed Nov 15, 2006 4:37 pm 
Beginner
Beginner

Joined: Mon Nov 29, 2004 5:34 pm
Posts: 35
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp

Hibernate version: 3



Hi,
I am using xDoclet and using ant script to generate sql statements and mapping files.

I have a requirement to keep the default value, if there is something null in particular field.

/
Code:
**
    * @hibernate.property column="my_IND" type="yes_no"
    *                     not-null="true"
    */
   public boolean isMyInd() {
      return myInd;
   }

Is there a way in above xDoclet you can give the default value of ā€˜N’
Please let me know about this.

Thank You,
srigold.


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.