Uses of Class
org.jboss.jca.adapters.jdbc.WrappedConnection
Packages that use WrappedConnection
Package
Description
The JDBC resource adapter with pooling support
This package contains the JDBC 4.1 extension
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 WrappedConnectionModifier and TypeMethodDescriptionWrappedConnectionFactory.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 WrappedConnectionModifierConstructorDescriptionWrappedCallableStatement(WrappedConnection lc, CallableStatement cs, boolean spy, String jndiName, boolean doLocking) ConstructorWrappedPreparedStatement(WrappedConnection lc, PreparedStatement ps, boolean spy, String jndiName, boolean doLocking) ConstructorprotectedWrappedPreparedStatement(WrappedConnection lc, PreparedStatement ps, boolean spy, String jndiName, boolean doLocking, String spyLoggingCategory) ConstructorWrappedStatement(WrappedConnection lc, Statement s, boolean spy, String jndiName, boolean doLocking) ConstructorprotectedWrappedStatement(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.jdk7Methods in org.jboss.jca.adapters.jdbc.jdk7 that return WrappedConnectionModifier and TypeMethodDescriptionWrappedConnectionFactoryJDK7.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.jdk8Methods in org.jboss.jca.adapters.jdbc.jdk8 that return WrappedConnectionModifier and TypeMethodDescriptionWrappedConnectionFactoryJDK8.createWrappedConnection(BaseWrapperManagedConnection mc, boolean spy, String jndiName, boolean doLocking, ClassLoaderPlugin clp) Wrap connection