-->
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.  [ 4 posts ] 
Author Message
 Post subject: in hibernate-mapping.xml file we have a property tag
PostPosted: Tue Apr 25, 2006 10:24 am 
Beginner
Beginner

Joined: Mon Mar 27, 2006 5:25 am
Posts: 39
Location: India Hyderabad
in hibernate-mapping.xml file we have a property tag
That tag haing the formula property. In that we can give a query.
to that property that value will be upated or inserted .

So can anybody give an example for that how to use it

regards
vinny


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 26, 2006 12:19 am 
Expert
Expert

Joined: Thu Dec 23, 2004 9:08 pm
Posts: 2008
There are no examples for using property formula="???" for writing to the DB. You can't do that. Formula properties are by definition derived, and have no equivalent column in the DB.

Explain what you hope to achieve, and I'll tell you how to do it with hibernate.


Top
 Profile  
 
 Post subject: ] I need the explaination for that formula property
PostPosted: Wed Apr 26, 2006 4:38 am 
Beginner
Beginner

Joined: Mon Mar 27, 2006 5:25 am
Posts: 39
Location: India Hyderabad
<property
name="propertyName" (1)
column="column_name" (2)
type="typename" (3)
update="true|false" (4)
insert="true|false" (4)
formula="arbitrary SQL expression" (5)
/>

[b] I need the explaination for that formula property


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 26, 2006 6:58 am 
Newbie

Joined: Wed Apr 26, 2006 6:29 am
Posts: 4
Location: India
formula="select count(empno) from emp"

it will be worked out.


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