Uses of Class
org.jboss.jca.adapters.jdbc.jdk7.WrappedConnectionJDK7
Packages that use WrappedConnectionJDK7
-
Uses of WrappedConnectionJDK7 in org.jboss.jca.adapters.jdbc.jdk7
Constructors in org.jboss.jca.adapters.jdbc.jdk7 with parameters of type WrappedConnectionJDK7ModifierConstructorDescriptionWrappedCallableStatementJDK7(WrappedConnectionJDK7 lc, CallableStatement s, boolean spy, String jndiName, boolean doLocking) ConstructorWrappedPreparedStatementJDK7(WrappedConnectionJDK7 lc, PreparedStatement s, boolean spy, String jndiName, boolean doLocking) ConstructorWrappedStatementJDK7(WrappedConnectionJDK7 lc, Statement s, boolean spy, String jndiName, boolean doLocking) Constructor