Uses of Package
org.apache.myfaces.orchestra.connectionManager

Packages that use org.apache.myfaces.orchestra.connectionManager
org.apache.myfaces.orchestra.connectionManager The code in this package is a copy of code that was originally implemented in core, but which was later simplified. 
 

Classes in org.apache.myfaces.orchestra.connectionManager used by org.apache.myfaces.orchestra.connectionManager
ConnectionManagerDataSource
          Manage all borrowed connections and hand out DisconnectableConnection objects so that we can close them again after the HTTP request has been finished.
ConnectionManagerListener
          Implement this class if you would like to add a listener to the ConnectionManager which e.g.
DisconnectableConnection
          A workaround to the lazy-init-in-view problem.
We hand out DisconnectableConnections to the JPA-implementation, now, if a lazy-init happens during the view rendering we are able to disconnect it again at the end of the request (using a servlet filter).
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.