Title: [Hibernate] Mixing <column> and <formula>
yes - i remember some mapping support case that had this.
Just cant remember the case ;)
 
/max


From: [EMAIL PROTECTED] on behalf of Emmanuel Bernard
Sent: Thu 16-06-2005 20:31
To: hibernate-devel@lists.sourceforge.net
Subject: [Hibernate] Mixing <column> and <formula>

Hi guys,
Have you ever seen a mix and match between formulas and columns in a
mapping.

<property type="MyType">
   <column name="foo" length=4/>
   <formula>foo2 + bar<//formula>
</property>

This complexify the annotations (user experience, not the binding code),
so I'm wondering whether I should allow this kind of structure or not.

Emmanuel



       

       
               
___________________________________________________________________________
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger
Téléchargez cette version sur http://fr.messenger.yahoo.com



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to