Uses of Class
org.jboss.jca.adapters.jdbc.WrappedConnection

Packages that use WrappedConnection
org.jboss.jca.adapters.jdbc The JDBC resource adapter with pooling support 
org.jboss.jca.adapters.jdbc.jdk6 This package contains the JDBC 4.0 extension 
org.jboss.jca.adapters.jdbc.jdk7 This package contains the JDBC 4.1 extension 
 

Uses of WrappedConnection in org.jboss.jca.adapters.jdbc
 

Methods in org.jboss.jca.adapters.jdbc that return WrappedConnection
 WrappedConnection WrappedConnectionFactory.createWrappedConnection(BaseWrapperManagedConnection mc, boolean spy, String jndiName)
          Create a wrapped connection
 

Constructors in org.jboss.jca.adapters.jdbc with parameters of type WrappedConnection
WrappedCallableStatement(WrappedConnection lc, CallableStatement cs, boolean spy, String jndiName)
          Constructor
WrappedPreparedStatement(WrappedConnection lc, PreparedStatement ps, boolean spy, String jndiName)
          Constructor
WrappedStatement(WrappedConnection lc, Statement s, boolean spy, String jndiName)
          Constructor
 

Uses of WrappedConnection in org.jboss.jca.adapters.jdbc.jdk6
 

Subclasses of WrappedConnection in org.jboss.jca.adapters.jdbc.jdk6
 class WrappedConnectionJDK6
          WrappedConnectionJDK6.
 

Methods in org.jboss.jca.adapters.jdbc.jdk6 that return WrappedConnection
 WrappedConnection WrappedConnectionFactoryJDK6.createWrappedConnection(BaseWrapperManagedConnection mc, boolean spy, String jndiName)
          Wrap connection
 

Uses of WrappedConnection in org.jboss.jca.adapters.jdbc.jdk7
 

Subclasses of WrappedConnection in org.jboss.jca.adapters.jdbc.jdk7
 class WrappedConnectionJDK7
          WrappedConnectionJDK7.
 

Methods in org.jboss.jca.adapters.jdbc.jdk7 that return WrappedConnection
 WrappedConnection WrappedConnectionFactoryJDK7.createWrappedConnection(BaseWrapperManagedConnection mc, boolean spy, String jndiName)
          Wrap connection
 



Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)