Re: [Hibernate] Metadata Annotation commit

2004-04-05 Thread Max Rydahl Andersen
Emmanuel Bernard wrote: Since Joshua and Max did commit yesterday, I can't resist to commit JSR-175 annotation for hibernate soon :-) For now (and I think in the future), it is a pure extension of Hibernate core and Hibernate won't require JDK 1.5. So I'll create a new project in CVS (say *Hib

Re: [Hibernate] v22branch -> HEAD

2004-04-05 Thread Christian Bauer
On 05 Apr (08:44), Emmanuel Bernard wrote: > Are we still OK with that? > If nobody wants, I'll do it. Here is the idea. > > Branch HEAD to v20branch based on v2003 tag. > Add a tag on top of v22branch (MergeFrom22ToHead). > Big banging 2.2 into head and commit. Thats the plan, yes. We just have

Re: [Hibernate] Mapping subclasses to separate tables

2004-04-05 Thread Max Rydahl Andersen
have you tried as written in the docs ? ps. such question should be posted on the forum instead of on the devel list /max [EMAIL PROTECTED] wrote: Hi, last week, I already posted this question but did not get any answer. So, I'll post a simplified version again: * I want to map three classes

[Hibernate] Mapping subclasses to separate tables

2004-04-05 Thread infomail
Hi, last week, I already posted this question but did not get any answer. So, I'll post a simplified version again: * I want to map three classes A, B and C. * B and C extend A. * A has three fields (id, a1, a2), B and C have 20 fields. * I want to have three tables TA, TB, TC. * Table TA should

RE: [Hibernate] Metadata Annotation commit

2004-04-05 Thread Emmanuel Bernard
Hum, I still need to be conviced. Until now, HibernateExt is not *synchronized* with Hibernate releases. Will it be in the future ? When I mean synchronized, I mean building the release the same day (and best the same person) . This is required and *very* important to stay synchronized between Met