| Callback |
Callback to allow SQM interpretation to trigger certain things within ORM.
|
| ExecutionContext |
A context for execution of SQL statements expressed via
SQL AST and JdbcOperation
|
| JdbcAnonBlock |
An anonymous call block (sometimes called an anonymous procedure) to be executed
on the database.
|
| JdbcCall |
|
| JdbcCallFunctionReturn |
Models the function return when the JdbcCall represents a call to a database
function.
|
| JdbcCallParameterExtractor<T> |
Controls extracting values from OUT/INOUT parameters.
|
| JdbcCallParameterRegistration |
|
| JdbcCallRefCursorExtractor |
|
| JdbcMutation |
Classification of JdbcDelete and JdbcUpdate operations
|
| JdbcMutationExecutor |
Executor for JdbcDelete and JdbcUpdate operations
|
| JdbcOperation |
Unifying contract for any SQL statement we want to execute via JDBC.
|
| JdbcParameterBinder |
Performs parameter value binding to a JDBC PreparedStatement.
|
| JdbcParameterBinding |
|
| JdbcParameterBindings |
Access to all of the externalized JDBC parameter bindings
|
| JdbcParameters |
The collection
|
| JdbcSelectExecutor |
An executor for JdbcSelect operations.
|