| ExecuteCallable |
Functional interface of the database utils to call the executions of the transactions.
|
| JdbcConstants.ErrorCodes |
Error codes for the exceptions in jdbcTemplate.
|
| NamedExecuteCallable |
Functional interface of the database utils to call the executions of the transactions with named prepared statement.
|
| NamedPreparedStatement |
Prepared statement with named indexes.
|
| NamedQueryFilter |
SQL variable binding.
|
| NamedTemplate |
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.
|
| QueryFilter |
SQL variable binding.
|
| RowMapper |
Performs Row mapping from result set to domain object properties.
|
| Template |
This class is created to have Template which containing the methods for the database transactions.
|