Closed as not planned
Closed as not planned
Description
Keshav Gupta opened SPR-17278 and commented
We are using LazyConnectionDataSourceProxy to lazily fetch DB connection. When DB connection is fetched from pool there is no notification fired which can tell that db connection has been acquired. This is really helpful whenever some action needs to be taken on acquiring db connection(eg. logging).
Issue Links:
- Add close() method to LazyConnectionDataSourceProxy [SPR-11571] #16195 Add close() method to LazyConnectionDataSourceProxy
- HibernateTransactionManager should lazily acquire JDBC Connection (like HibernateJpaDialect) [SPR-17216] #21749 HibernateTransactionManager should lazily acquire JDBC Connection (like HibernateJpaDialect)