Uses of Class
org.jboss.jca.adapters.jdbc.CachedPreparedStatement
-
Packages that use CachedPreparedStatement 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 CachedPreparedStatement in org.jboss.jca.adapters.jdbc
Subclasses of CachedPreparedStatement in org.jboss.jca.adapters.jdbc Modifier and Type Class Description classCachedCallableStatementA cache wrapper for java.sql.CallableStatementMethods in org.jboss.jca.adapters.jdbc that return CachedPreparedStatement Modifier and Type Method Description CachedPreparedStatementWrappedConnectionFactory. createCachedPreparedStatement(PreparedStatement ps)Create a cached prepared statementCachedPreparedStatementPreparedStatementCache. get(PreparedStatementCache.Key key)GetMethods in org.jboss.jca.adapters.jdbc with parameters of type CachedPreparedStatement Modifier and Type Method Description voidPreparedStatementCache. onEviction(CachedPreparedStatement evicted)On evictionvoidPreparedStatementCache. put(PreparedStatementCache.Key key, CachedPreparedStatement value)Put -
Uses of CachedPreparedStatement in org.jboss.jca.adapters.jdbc.jdk7
Subclasses of CachedPreparedStatement in org.jboss.jca.adapters.jdbc.jdk7 Modifier and Type Class Description classCachedCallableStatementJDK7CachedCallableStatementJDK7.classCachedPreparedStatementJDK7CachedPreparedStatementJDK7.Methods in org.jboss.jca.adapters.jdbc.jdk7 that return CachedPreparedStatement Modifier and Type Method Description CachedPreparedStatementWrappedConnectionFactoryJDK7. createCachedPreparedStatement(PreparedStatement ps)Create a cached prepared statement -
Uses of CachedPreparedStatement in org.jboss.jca.adapters.jdbc.jdk8
Subclasses of CachedPreparedStatement in org.jboss.jca.adapters.jdbc.jdk8 Modifier and Type Class Description classCachedCallableStatementJDK8CachedCallableStatementJDK8classCachedPreparedStatementJDK8CachedPreparedStatementJDK8.Methods in org.jboss.jca.adapters.jdbc.jdk8 that return CachedPreparedStatement Modifier and Type Method Description CachedPreparedStatementWrappedConnectionFactoryJDK8. createCachedPreparedStatement(PreparedStatement ps)Create a cached prepared statement
-