| Interface | Description |
|---|---|
| ExecuteCallable<T> |
Functional interface of the database utils to call the executions of the transactions.
|
| NamedExecuteCallable<T> |
Functional interface of the database utils to call the executions of the transactions with named prepared statement.
|
| NamedQueryFilter |
SQL variable binding.
|
| QueryFilter |
SQL variable binding.
|
| RowMapper<T> |
Performs Row mapping from result set to domain object properties.
|
| Class | Description |
|---|---|
| JdbcConstants |
Constants for the jdbcTemplate.
|
| JdbcTemplate |
A utility class to call JDBC with lambda expressions.
|
| JdbcUtils |
Provide support for the Jdbc template executions.
|
| NamedJdbcTemplate |
This utility class used to call JDBC with lambda expressions is different from JdbcTemplate class as it supports the
use of named prepared statement.
|
| NamedPreparedStatement |
Prepared statement with named indexes.
|
| NamedTemplate<T> |
This class created to have Template which contains the methods for the database transactions is different from
Template class as it supports the use of named prepared statement.
|
| Template<T> |
This class is created to have Template which containing the methods for the database transactions.
|
| TransactionEntry |
Class that keeps the states of a transaction.
|
| Enum | Description |
|---|---|
| JdbcConstants.ErrorCodes |
Error codes for the exceptions in jdbcTemplate.
|
Copyright © 2022 WSO2. All rights reserved.