org.araneaframework.backend.list.helper |
|
Java Source File Name | Type | Comment |
BaseListSqlHelper.java | Class | This class provides an SQL based implementation of the list. |
ConnectionCallback.java | Interface | Generic callback interface for code that operates on a CCI Connection.
Allows to execute any number of operations on a single Connection,
using any type and number of Interaction.
This is particularly useful for delegating to existing data access code
that expects a Connection to work on and throws ResourceException. |
DbUtil.java | Class | Utility class providing some general methods for manipulating connection to the database. |
HSqlListSqlHelper.java | Class | |
ListSqlHelper.java | Class | This class provides a standard SQL based implementation of the list. |
NullValue.java | Class | This class represents the null value that will be passed to
PreparedStatement.setNull . |
OracleListSqlHelper.java | Class | |
ResultReader.java | Interface | Extension of RowCallbackHandler interface that saves the accumulated results
as a List.
Allows to make a results list available in a uniform manner. |
RowCallbackHandler.java | Interface | Callback interface used by JdbcTemplate's query methods.
Implementations of this interface perform the actual work of extracting
results, but don't need to worry about exception handling. |
SqlStatement.java | Class | |
StandardValueConverter.java | Class | ValueConverter that has a map of Value names and their Converter
objects. |
VariableMapper.java | Class | VariableResolver that has a map of Variable names and their resolvable
values. |