Click here to Skip to main content
15,890,438 members
Articles / Programming Languages / Java / Java8

Yet Another Fluent JDBC Wrapper in 200 Lines of Code

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
19 Feb 2020BSD1 min read 21K   17   6  
A fluent JDBC wrapper written in 200 lines of code
The goal of this post is to create a fluent JDBC wrapper, that streamlines 80% of JDBC use cases, in just a single source file. The wrapper uses static imports, fluent method chaining, with implicit parameter index incrementation and functional interfaces which allow lambda expression as parameters to andMap, andReduse and forEach methods.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
Architect
Poland Poland
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions