[hibernate-issues] [Hibernate-JIRA] Created: (HHH-4561) Deprecate openConnection()/closeConnection() methods on Batcher interface

Steve Ebersole (JIRA) noreply at atlassian.com
Tue Nov 10 23:38:08 EST 2009


Deprecate openConnection()/closeConnection() methods on Batcher interface
-------------------------------------------------------------------------

                 Key: HHH-4561
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4561
             Project: Hibernate Core
          Issue Type: Deprecation
          Components: core
            Reporter: Steve Ebersole
            Assignee: Steve Ebersole
             Fix For: 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