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

2019-05-14 Thread Steve Ebersole
Add a feature request to Jira I guess. Of course you can already achieve this using a custom ConnectionProvider and most connection pools allow such things. For me personally this is not a critical feature. On Mon, May 13, 2019 at 7:57 AM Jordan Gigov wrote: > I thought it would be good to

[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