All Classes and Interfaces
Class
Description
The exception thrown when an error happens at the Data Access Layer.
This class informs whether the OSGi bundle is activated or not.
Functional interface of the database utils to call the executions of the transactions.
Constants for the jdbcTemplate.
Error codes for the exceptions in jdbcTemplate.
A utility class to call JDBC with lambda expressions.
Provide support for the Jdbc template executions.
Functional interface of the database utils to call the executions of the transactions with named prepared statement.
This utility class used to call JDBC with lambda expressions is different from JdbcTemplate class as it supports the
use of named prepared statement.
Prepared statement with named indexes.
SQL variable binding.
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.
SQL variable binding.
Performs Row mapping from result set to domain object properties.
This class is created to have Template which containing the methods for the database transactions.
Class that keeps the states of a transaction.
Exception class to throw errors of the transactions.