[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3911) Remove openConnection()/closeConnection() from Batcher interface
Steve Ebersole (JIRA)
noreply at atlassian.com
Tue May 12 13:01:13 EDT 2009
Remove openConnection()/closeConnection() from Batcher interface
----------------------------------------------------------------
Key: HHH-3911
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3911
Project: Hibernate Core
Issue Type: Improvement
Components: core
Reporter: Steve Ebersole
Assignee: Steve Ebersole
Fix For: 3.3.x, 3.5
All access to a session-scoped connection should go through ConnectionManager. And in fact AbstractBatcher does get its connection from ConnectionManager as well.
Currently the Batcher open/close connection methods are only used during Isolator. Those uses can be replaced with direct calls to the ConnectionProvider.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list