Re: [hibernate-dev] Make HibernatePersistenceProvider easier to extend

2014-03-19 Thread Guillaume Smet
Hi Sanne, On Wed, Mar 19, 2014 at 2:54 PM, Sanne Grinovero wrote: > looks like a good idea to me, but my advice would be to make all the > changes and send a pull request: would make it easier to reason about > the implications. Well, it's more that I wasn't sure it was worth wasting your time w

Re: [hibernate-dev] Make HibernatePersistenceProvider easier to extend

2014-03-19 Thread Sanne Grinovero
Hi Guillaume, looks like a good idea to me, but my advice would be to make all the changes and send a pull request: would make it easier to reason about the implications. You should either see it "just gets merged", os get some more concrete feedback.. Such an approach might make you occasionally

Re: [hibernate-dev] Make HibernatePersistenceProvider easier to extend

2014-03-19 Thread Guillaume Smet
Hi, Any thoughts on this one? I have bandwidth this week if it's considered something we want. Thanks. On Thu, Jan 23, 2014 at 2:08 PM, Guillaume Smet wrote: > Hi, > > I'm starting our migration to ORM 4.3 to be able to provide some > (hopefully useful) feedback on ORM 4.3 and Search 4.5. > >

[hibernate-dev] Make HibernatePersistenceProvider easier to extend

2014-01-23 Thread Guillaume Smet
Hi, I'm starting our migration to ORM 4.3 to be able to provide some (hopefully useful) feedback on ORM 4.3 and Search 4.5. One thing we did in most of our apps was injecting Spring managed interceptor into the session factory using a trick very similar to what is explained there: http://blog.kre