Re: [hibernate-dev] HHH-11147 - bytecode based "proxies"

2019-05-13 Thread Gail Badner
Hi Steve, We had discussed releasing in 5.4, and possibly 5.3, with the default for hibernate.bytecode.allow_enhancement_as_proxy=false. I am in favor of this. Are you suggesting that the default behavior would effectively be to set hibernate.bytecode.allow_enhancement_as_proxy=true in 5.5? Do

Re: [hibernate-dev] HHH-11147 - bytecode based "proxies"

2019-05-13 Thread Christian Beikov
+1 for 6 Am 13.05.2019 um 15:25 schrieb Steve Ebersole: > Over the last 3 weeks or so, we have put a lot of work into HHH-11147 which > essentially allows bytecode enhancement to behave like the more traditional > proxy feature (create a reference based solely on the entity id). > > We are

[hibernate-dev] HHH-11147 - bytecode based "proxies"

2019-05-13 Thread Steve Ebersole
Over the last 3 weeks or so, we have put a lot of work into HHH-11147 which essentially allows bytecode enhancement to behave like the more traditional proxy feature (create a reference based solely on the entity id). We are wrapping up development of that improvement, enhancement, change,

[hibernate-dev] Post-connect queries for 6.1?

2019-05-13 Thread Jordan Gigov
I thought it would be good to have an API that will call any registered queries upon connecting to the database, and maybe ones before returning it to the connection pool. I'm thinking it should be called in the implementations of ConnectionProvider and MultiTenantConnectionProvider. The basic