Uses of Class
org.jboss.jca.adapters.jdbc.CachedPreparedStatement
Packages that use CachedPreparedStatement
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 CachedPreparedStatement in org.jboss.jca.adapters.jdbc
Subclasses of CachedPreparedStatement in org.jboss.jca.adapters.jdbcModifier and TypeClassDescriptionclassA cache wrapper for java.sql.CallableStatementMethods in org.jboss.jca.adapters.jdbc that return CachedPreparedStatementModifier and TypeMethodDescriptionWrappedConnectionFactory.createCachedPreparedStatement(PreparedStatement ps) Create a cached prepared statementPreparedStatementCache.get(PreparedStatementCache.Key key) GetMethods in org.jboss.jca.adapters.jdbc with parameters of type CachedPreparedStatementModifier and TypeMethodDescriptionvoidPreparedStatementCache.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.jdk7Modifier and TypeClassDescriptionclassCachedCallableStatementJDK7.classCachedPreparedStatementJDK7.Methods in org.jboss.jca.adapters.jdbc.jdk7 that return CachedPreparedStatementModifier and TypeMethodDescriptionWrappedConnectionFactoryJDK7.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.jdk8Modifier and TypeClassDescriptionclassCachedCallableStatementJDK8classCachedPreparedStatementJDK8.Methods in org.jboss.jca.adapters.jdbc.jdk8 that return CachedPreparedStatementModifier and TypeMethodDescriptionWrappedConnectionFactoryJDK8.createCachedPreparedStatement(PreparedStatement ps) Create a cached prepared statement