Uses of Class
org.apache.openjpa.lib.jdbc.DelegatingConnection

Packages that use DelegatingConnection
org.apache.openjpa.lib.jdbc Database Connectivity 
 

Uses of DelegatingConnection in org.apache.openjpa.lib.jdbc
 

Subclasses of DelegatingConnection in org.apache.openjpa.lib.jdbc
 class ConfiguringConnectionDecorator.ConfiguringConnection
          Decorator to configure connection components correctly.
protected  class JDBCEventConnectionDecorator.EventConnection
          Fires events as appropriate.
protected  class LoggingConnectionDecorator.LoggingConnection
          Logging connection.
 

Fields in org.apache.openjpa.lib.jdbc with type parameters of type DelegatingConnection
(package private) static Constructor<DelegatingConnection> DelegatingConnection.concreteImpl
           
 

Methods in org.apache.openjpa.lib.jdbc that return DelegatingConnection
static DelegatingConnection DelegatingConnection.newInstance(Connection conn)
          Constructor for the concrete implementation of this abstract class.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.