All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description DataAccessException The exception thrown when an error happens at the Data Access Layer.DatabaseUtilComponent This class informs whether the OSGi bundle is activated or not.ExecuteCallable<T> Functional interface of the database utils to call the executions of the transactions.JdbcConstants Constants for the jdbcTemplate.JdbcConstants.ErrorCodes Error codes for the exceptions in jdbcTemplate.JdbcTemplate A utility class to call JDBC with lambda expressions.JdbcUtils Provide support for the Jdbc template executions.NamedExecuteCallable<T> Functional interface of the database utils to call the executions of the transactions with named prepared statement.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.NamedQueryFilter SQL variable binding.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.QueryFilter SQL variable binding.RowMapper<T> Performs Row mapping from result set to domain object properties.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.TransactionException Exception class to throw errors of the transactions.