Typed SQL queries for spring-jdbc maven plugin

Takes file with SQL queries and generates java methods for executing each query with JdbcTemplate. For queries, that take input parameters, also generates an interface containing typed parameters getters.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.alexkasko.springjdbc.typedqueries
ArtifactId

ArtifactId

typed-queries-maven-plugin
Last Version

Last Version

1.4.4
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Typed SQL queries for spring-jdbc maven plugin
Takes file with SQL queries and generates java methods for executing each query with JdbcTemplate. For queries, that take input parameters, also generates an interface containing typed parameters getters.
Project URL

Project URL

https://github.com/alexkasko/springjdbc-typed-queries
Source Code Management

Source Code Management

https://github.com/alexkasko/springjdbc-typed-queries

Download typed-queries-maven-plugin

How to add to project

<plugin>
    <groupId>com.alexkasko.springjdbc.typedqueries</groupId>
    <artifactId>typed-queries-maven-plugin</artifactId>
    <version>1.4.4</version>
</plugin>

Dependencies

compile (9)

Group / Artifact Type Version
com.alexkasko.springjdbc.typedqueries : typed-queries-common jar 1.4.4
com.alexkasko.springjdbc.typedqueries : typed-queries-codegen jar 1.4.4
org.apache.maven : maven-plugin-api jar 2.2.1
org.apache.maven : maven-project jar 2.2.1
commons-lang : commons-lang jar 2.1
commons-io : commons-io jar 2.1
com.google.code.gson : gson jar 2.1
org.springframework : spring-jdbc jar 3.0.2.RELEASE
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.4.4
1.4.3
1.4.2
1.4.1
1.4
1.3.2
1.3.1
1.3
1.2.1
1.2
1.1
1.0