| Interface | Description |
|---|---|
| ExecuteCallable<T> |
Functional interface of the database utils to call the executions of the transactions.
|
| 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.
|
| 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 © 2018 WSO2. All rights reserved.