Re: [hibernate-dev] (Newbie question) Where to find the Hibernate3 module in svn?

2008-07-21 Thread Chris Bredesen
The 3.2 branch for Hibernate core is: http://anonsvn.jboss.org/repos/hibernate/core/branches/Branch_3_2/ -Chris Hugh M wrote: I am trying to check out the source for hibernate according to instructions on http://www.hibernate.org/6.html. This page refers to the module "Hibernate3" in a couple

[hibernate-dev] Hibernate Tools with MySQL

2008-07-21 Thread Sri Gowri
Wondering if I can get any help with this. http://forum.hibernate.org/viewtopic.php?t=988818&highlight= regards, Gowri ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Re: [jbosscache-dev] REPEATABLE_READ in JBC as Hibernate 2nd Level Cache

2008-07-21 Thread Manik Surtani
On 18 Jul 2008, at 16:35, Brian Stansberry wrote: Galder Zamarreno wrote: Paul Ferraro wrote: refresh() always goes to the db, and only potentially triggers a 2LC update - not a read. [OT] A concern I have is whether the refresh() removes the item from the 2LC before doing the subsequent

[hibernate-dev] Re: [jbosscache-dev] REPEATABLE_READ in JBC as Hibernate 2nd Level Cache

2008-07-21 Thread Brian Stansberry
Manik Surtani wrote: On 18 Jul 2008, at 16:35, Brian Stansberry wrote: Galder Zamarreno wrote: Paul Ferraro wrote: refresh() always goes to the db, and only potentially triggers a 2LC update - not a read. [OT] A concern I have is whether the refresh() removes the item from the 2LC before