[hibernate-dev] Feature for handling getNextValue work in same transaction.

2013-08-08 Thread Jeremy Whiting
Hi, I am looking for feedback on changes to provide the ability for work to be completed in a currently running transaction. For example when a TableGenerator or SequenceGenerator is being used for generating unique ids. The statements that select then update the db are executed in a separate

Re: [hibernate-dev] Hibernate ORM 4.2.4.Final Released

2013-08-08 Thread Scott Marlow
Fixing the 2lc (Infinispan-Hibernate npe) bug HHH-7959 that occurs when emptying a non-transactional cache, is pretty cool and exciting (IMO)! On 08/07/2013 11:22 PM, Brett Meyer wrote: > http://in.relation.to/Bloggers/HibernateORM424FinalReleased > > Nothing horribly exciting about this one ;)