[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-3911) Remove openConnection()/closeConnection() from Batcher interface
Steve Ebersole (JIRA)
noreply at atlassian.com
Tue Jun 23 16:08:37 EDT 2009
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-3911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Steve Ebersole updated HHH-3911:
--------------------------------
Fix Version/s: (was: 3.3.2)
3.3.x
> 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