Re: [Hibernate] Mixing and

2005-06-16 Thread Christian Bauer
On Jun 16, 2005, at 8:31 PM, Emmanuel Bernard wrote: This complexify the annotations (user experience, not the binding code), so I'm wondering whether I should allow this kind of structure or not. Also check: http://opensource.atlassian.com/projects/hibernate/browse/ HHH-539 Yep, used i

RE: [Hibernate] Mixing and

2005-06-16 Thread Max Andersen
Title: [Hibernate] Mixing and yes - i remember some mapping support case that had this. Just cant remember the case ;)   /max From: [EMAIL PROTECTED] on behalf of Emmanuel BernardSent: Thu 16-06-2005 20:31To: hibernate-devel@lists.sourceforge.netSubject: [Hibernate] Mixing and Hi

[Hibernate] Mixing and

2005-06-16 Thread Emmanuel Bernard
Hi guys, Have you ever seen a mix and match between formulas and columns in a mapping. foo2 + bar 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