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 descriptor of a ResultSet column.A
ResultIterator
wrapper that handles closing a connection.A ResultIterator that does in-memory filtering of rows to return only distinct rows.Parses an EJBQL statement, converting it to SQL.A ResultIterator over the underlying JDBC ResultSet.A SQLAction that runs a stored procedure.A descriptor of a result row obtained from a database.A builder class that helps to assembleRowDescriptor
instances from various types of inputs.A SQLAction that handles SelectQuery execution.A PreparedStatement descriptor containing a String of SQL and an array of parameters.Implements a strategy for execution of SQLTemplates.