Steve Ebersole (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
) *created* an issue
Hibernate ORM (
https://hibernate.atlassian.net/browse/HHH?atlOrigin=eyJpIjoiZTRlNDU4ZTBm...
) / New Feature (
https://hibernate.atlassian.net/browse/HHH-16870?atlOrigin=eyJpIjoiZTRlND...
) HHH-16870 (
https://hibernate.atlassian.net/browse/HHH-16870?atlOrigin=eyJpIjoiZTRlND...
) Allow access to Connection immediately after acquisition (
https://hibernate.atlassian.net/browse/HHH-16870?atlOrigin=eyJpIjoiZTRlND...
)
Issue Type: New Feature Assignee: Unassigned Created: 29/Jun/2023 07:32 AM Priority: Major
Reporter: Steve Ebersole (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
)
Allow users access to the JDBC Connection immediately after acquisition and immediately
before release. E.g.
interface JdbcConnectionObserver {
void connectionAcquired(Connection connection);
void connectionReleasing(Connection connection);
}
This could get dicey with “aggressive release” and JTA environments in terms of
potentially excessive calls.
(
https://hibernate.atlassian.net/browse/HHH-16870#add-comment?atlOrigin=ey...
) Add Comment (
https://hibernate.atlassian.net/browse/HHH-16870#add-comment?atlOrigin=ey...
)
Get Jira notifications on your phone! Download the Jira Cloud app for Android (
https://play.google.com/store/apps/details?id=com.atlassian.android.jira....
) or iOS (
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=Em...
) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100227- sha1:d7f1864 )