| 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.
|