Uses of Class
org.jboss.jca.adapters.jdbc.WrappedConnection
-
Packages that use WrappedConnection Package Description org.jboss.jca.adapters.jdbc The JDBC resource adapter with pooling supportorg.jboss.jca.adapters.jdbc.jdk7 This package contains the JDBC 4.1 extensionorg.jboss.jca.adapters.jdbc.jdk8 This package contains the JDBC 4.2 extension -
-
Uses of WrappedConnection in org.jboss.jca.adapters.jdbc
Methods in org.jboss.jca.adapters.jdbc that return WrappedConnection Modifier and Type Method Description WrappedConnectionWrappedConnectionFactory. createWrappedConnection(BaseWrapperManagedConnection mc, boolean spy, String jndiName, boolean doLocking, ClassLoaderPlugin clp)Create a wrapped connectionConstructors in org.jboss.jca.adapters.jdbc with parameters of type WrappedConnection Constructor Description WrappedCallableStatement(WrappedConnection lc, CallableStatement cs, boolean spy, String jndiName, boolean doLocking)ConstructorWrappedPreparedStatement(WrappedConnection lc, PreparedStatement ps, boolean spy, String jndiName, boolean doLocking)ConstructorWrappedPreparedStatement(WrappedConnection lc, PreparedStatement ps, boolean spy, String jndiName, boolean doLocking, String spyLoggingCategory)ConstructorWrappedStatement(WrappedConnection lc, Statement s, boolean spy, String jndiName, boolean doLocking)ConstructorWrappedStatement(WrappedConnection lc, Statement s, boolean spy, String jndiName, boolean doLocking, String spyLoggingCategory)Constructor -
Uses of WrappedConnection in org.jboss.jca.adapters.jdbc.jdk7
Subclasses of WrappedConnection in org.jboss.jca.adapters.jdbc.jdk7 Modifier and Type Class Description classWrappedConnectionJDK7WrappedConnectionJDK7.Methods in org.jboss.jca.adapters.jdbc.jdk7 that return WrappedConnection Modifier and Type Method Description WrappedConnectionWrappedConnectionFactoryJDK7. createWrappedConnection(BaseWrapperManagedConnection mc, boolean spy, String jndiName, boolean doLocking, ClassLoaderPlugin clp)Wrap connection -
Uses of WrappedConnection in org.jboss.jca.adapters.jdbc.jdk8
Subclasses of WrappedConnection in org.jboss.jca.adapters.jdbc.jdk8 Modifier and Type Class Description classWrappedConnectionJDK8WrappedConnectionJDK8.Methods in org.jboss.jca.adapters.jdbc.jdk8 that return WrappedConnection Modifier and Type Method Description WrappedConnectionWrappedConnectionFactoryJDK8. createWrappedConnection(BaseWrapperManagedConnection mc, boolean spy, String jndiName, boolean doLocking, ClassLoaderPlugin clp)Wrap connection
-