Spring JdbcTemplate Iterable Extension Library · Spring-JDBC extension library. Provides IterableJdbcTemplate and IterableNamedParameterJdbcTemplate that can return query result in lazy mode as iterators
Group: com.alexkasko.springjdbc - All Dependencies
Named Constructor RowMapper Implementation Library · Spring's RowMapper implementation for classes having their constructors annotated with JSR330 @Named annotation. Uses constructors for objects instantiation.
SQL Query Strings Builder Library · Small library for building SQL query strings. Provides API for building conjunctions, disjunctions, negations and comma-separated lists
SQL Queries Parallel Processing Using JdbcTemplate · Processes given SQL query in parallel in multiple data sources (assuming that all data source contain the same data). Combined results from multiple queries are exposed to application as java.util.Iterator. Worker thread use spring's JdbcTemplate with named parameters support.
BLOB Tool Library · Library allows to work with BLOBs in streaming mode in different databases using the same API. Supports transparent compression of BLOB data.