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.  [ 2 posts ] 
Author Message
 Post subject: Formula not working.
PostPosted: Mon Apr 02, 2007 9:29 am 
Newbie

Joined: Mon May 24, 2004 9:59 am
Posts: 2
Hi,

@hibernate.property column="FIRST-NAME"
String getFirstName(){
}
@hibernate.property column="LAST-NAME"
String getLastName(){
}
@hibernate.property column="FULL-NAME" formula="concat(firstName, ' ', lastName)"
String getFullName(){
}

This does not populate the FULL-NAME column of the database based on the above formula. IS there a problem with xdoclet tags above.

--Irshad.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 02, 2007 10:16 am 
Regular
Regular

Joined: Wed May 05, 2004 3:41 pm
Posts: 118
Location: New Jersey,USA
is "FULL_NAME" actual column? I believe "formula" is used during "fetch" and not during "save". It's a transient property that will never be saved to the dB.

_________________
--------------
Don't forget to Rate the post


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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.