Uses of Class
org.jboss.jca.adapters.jdbc.jdk8.WrappedConnectionJDK8
Packages that use WrappedConnectionJDK8
-
Uses of WrappedConnectionJDK8 in org.jboss.jca.adapters.jdbc.jdk8
Constructors in org.jboss.jca.adapters.jdbc.jdk8 with parameters of type WrappedConnectionJDK8ModifierConstructorDescriptionWrappedCallableStatementJDK8(WrappedConnectionJDK8 lc, CallableStatement s, boolean spy, String jndiName, boolean doLocking) ConstructorWrappedPreparedStatementJDK8(WrappedConnectionJDK8 lc, PreparedStatement s, boolean spy, String jndiName, boolean doLocking) ConstructorWrappedStatementJDK8(WrappedConnectionJDK8 lc, Statement s, boolean spy, String jndiName, boolean doLocking) Constructor