Package org.araneaframework.backend.list.helper

Interface Summary
ConnectionCallback Generic callback interface for code that operates on a CCI Connection.
ResultReader Extension of RowCallbackHandler interface that saves the accumulated results as a List.
RowCallbackHandler Callback interface used by JdbcTemplate's query methods.
 

Class Summary
BaseListSqlHelper This class provides an SQL based implementation of the list.
BaseListSqlHelper.ListItemsDataCallback The item range and total count querites callback that returns ListItemsData object.
DbUtil Utility class providing some general methods for manipulating connection to the database.
HSqlListSqlHelper  
ListSqlHelper This class provides a standard SQL based implementation of the list.
NullValue This class represents the null value that will be passed to PreparedStatement.setNull.
OracleListSqlHelper  
PostgreListSqlHelper Extends the ListSqLHelper to support PostgreSQL database queries.
SqlStatement  
StandardValueConverter ValueConverter that has a map of Value names and their Converter objects.
VariableMapper VariableResolver that has a map of Variable names and their resolvable values.