Package org.hdpagination.dataaccess.jdbc

Interface Summary
JdbcQueryCallback An interface defining the type of callback object which is generated by custom action class based on the received request parameters and passed to query engine class to execute JDBC based query.
 

Class Summary
AbstractColumnMapJdbcQueryCallback A subclass of AbstractJdbcQueryCallback providing default implementation of processRow(ResultSet rs) method where it creates a java.util.Map for each row, representing all columns as key-value pairs: one entry for each column, with the column name (converted to lower case) as key.
AbstractJdbcQueryCallback Abstract class which implements some methods of JdbcQueryCallback
AbstractNoParamBindJdbcQueryCallback A subclass of AbstractJdbcQueryCallback providing empty implementation of setValues(PreparedStatement ps).
DefaultJdbcQueryCallback A default implementing class of JdbcQueryCallback providing: Default implementation of processRow(ResultSet rs) method where it creates a java.util.Map for each row, representing all columns as key-value pairs: one entry for each column, with the column name (converted to lower case) as key.
JdbcQueryTemplate The type of QueryTemplate to run a pagination based query against JDBC.
StandardJdbcQueryTemplate The type of JdbcQueryTemplate to run a pagination based query against database which supports standard syntax (ROW_NUMBER() OVER ) for pagination
 



Copyright © 2008 HDPagination All Rights Reserved.