[Hibernate]

2003-12-07 Thread Gavin King
For those who didn't notice, Steve recently started a 2.2 branch in CVS. He has started refactoring SessionImpl, as the first step of redesigning Hibernate to be more event oriented, as we all discussed a while ago. Steve's made good progress so far on this task that has been put off for much t

Re: [Hibernate] Documentation error for ehCache

2003-12-07 Thread David Morris
Eric, Go to the CVS repositories view and expand HEAD. Right click on a module and select configure branches and versions... . It is pretty well documented in the help. David Morris >>> "Eric Pugh" <[EMAIL PROTECTED]> 12/6/2003 12:30:21 PM >>> Hi all, I noticed that in the docs for ehcache the

RE: [Hibernate] Documentation error for ehCache

2003-12-07 Thread Eric Pugh
Thanks, I'll dig into it and see what I can find. Actually, I think I first need to properly understand the differences between the two types of timeouts. I think I know, but need to be sure! Eric > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Davi

[Hibernate] Permissions to Edit "Hibernate for Avalon Wrapper" page

2003-12-07 Thread Eric Pugh
Hi all, Not sure why, but I can't seem to edit the "Hibernate for Avalon Wrapper" page. It is available here: http://hibernate.org/101.html. I registered, expecting to see the edit link popup, but no luck. My username is "dep4b". I wanted to get some of the documentation that is currently in xd

Re: [Hibernate] Permissions to Edit "Hibernate for Avalon Wrapper" page

2003-12-07 Thread Christian Bauer
On 07 Dec (18:17), Eric Pugh wrote: > > Not sure why, but I can't seem to edit the "Hibernate for Avalon Wrapper" > page. It is available here: http://hibernate.org/101.html. I registered, > expecting to see the edit link popup, but no luck. My username is "dep4b". > I wanted to get some of th

Re: [Hibernate]

2003-12-07 Thread Alexey Loubyansky
Thanks ;) It is kind of exotic for a POJO-persistence-oriented application to map a class to different tables and choose the table to modify by some criteria at runtime. But the example with Maps shows the power and flexibility added. Gavin King wrote: For those who didn't notice, Steve recen

Re: [Hibernate]

2003-12-07 Thread Max Rydahl Andersen
Because of this GREAT change, i've also now started a v22branch in HibernateExt. Here i'll start working on the new, improved, more powerfull and much simpler to implement hbm2java and hibern8IDE! /max Alexey Loubyansky wrote: Thanks ;) It is kind of exotic for a POJO-persistence-oriented applic

[Hibernate] [ANNOUNCE] 'Introduction To Hibernate' Updated

2003-12-07 Thread Nick Heudecker
Hi, I'm currently in the process of updating my 'Introduction to Hibernate' article to reflect the changes in 2.1. I have also converted it from PDF to HTML to make it more accessible. The updated article can be found here: http://www.systemmobile.com/articles/IntroductionToHibernate.html Th

[Hibernate] Re:

2003-12-07 Thread Oliver Geisser
Hi Gavin King wrote: For those who didn't notice, Steve recently started a 2.2 branch in CVS. He has started refactoring SessionImpl, as the first step of redesigning Hibernate to be more event oriented, as we all discussed a while ago. Steve's made good progress so far on this task that has be

Re: [Hibernate] Re:

2003-12-07 Thread Gavin King
Oliver Geisser wrote: I hope the plan to support the distribution of classes to different tables (roadmap 2.2 - element) is still valid? We still plan to implement single entity -> multitable mappings at some stage, probably in the 2.2 timeline. The approach is not very difficult to implement,