jar

com.clevergang.libs : fluent-spring-jdbctemplate

Maven & Gradle

Feb 01, 2017
7 stars

Fluent syntax for Spring JDBCTemplate · This small library provides a facade to the commonly used NamedParameterJdbcTemplate of the Springs spring-jdbc library, offering fluent "Java8 like" style of writing SQL statements and commands. We do not aim to replace the NamedParameterJdbcTemplate, we just want to extend its functionality and try to offer a simpler way how to use it.

Table Of Contents

Latest Version

Download com.clevergang.libs : fluent-spring-jdbctemplate JAR file - Latest Versions:

All Versions

Download com.clevergang.libs : fluent-spring-jdbctemplate JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window fluent-spring-jdbctemplate-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.clevergang.jdbc

├─ com.clevergang.jdbc.FluentNamedParameterJdbcOperations.class - [JAR]

├─ com.clevergang.jdbc.FluentNamedParameterJdbcTemplate.class - [JAR]

com.clevergang.jdbc.fluent

├─ com.clevergang.jdbc.fluent.AbstractFluentBuilder.class - [JAR]

├─ com.clevergang.jdbc.fluent.FluentQueryBuilder.class - [JAR]

├─ com.clevergang.jdbc.fluent.FluentUpdateBuilder.class - [JAR]

Advertisement