Package org.apache.cayenne.access.jdbc
package org.apache.cayenne.access.jdbc
Contains classes that handle JDBC interactions.
-
ClassDescriptionA convenience superclass for SQLAction implementations.A
ResultIteratorwrapper that handles closing a connection.CSParameter<T>Describes a single immutable CallableStatement parameter binding, pairing a bound value with theProcedureParameterthat describes it.A ResultIterator that does in-memory filtering of rows to return only distinct rows.Parses an EJBQL statement, converting it to SQL.A SQLAction that runs a stored procedure.An immutable batch parameter corresponding to a single PreparedStatement placeholder, carrying the values of all batch rows for that placeholder alongside the static position and column metadata.PSParameter<T>Describes a single immutable PreparedStatement parameter binding.A descriptor of a ResultSet column.RSIterator<T>A ResultIterator over a JDBC ResultSet.A SQLAction that handles SelectQuery execution.Implements a strategy for execution of SQLTemplates.