TPQuery is a java library providing templated prepared statements with native parameter support.
Go to file
2015-06-19 20:30:26 +02:00
src Added full project 2015-06-19 17:26:29 +02:00
tpquery-executor-jdbc Added full project 2015-06-19 17:26:29 +02:00
tpquery-executor-jpa Added full project 2015-06-19 17:26:29 +02:00
tpquery-store Added full project 2015-06-19 17:26:29 +02:00
.gitignore Added readme.md 2015-06-19 19:18:16 +02:00
build.md renamed profiles 2015-06-19 20:30:26 +02:00
license.txt Added full project 2015-06-19 17:26:29 +02:00
pom.xml renamed profiles 2015-06-19 20:30:26 +02:00
readme.md Added readme.md 2015-06-19 19:18:16 +02:00
todo.md Added full project 2015-06-19 17:26:29 +02:00

TPQuery

TPQuery is a java8 library providing templated prepared statements.

Installation

Add maven deps;

net.forwardfire.tpquery tpquery-store x.x.x compile

Files in this package

build.md - Developer build commands. license.txt - The license of tpquery. pom.xml - Maven specific build file. readme.md - This file. todo.md - Small todo list. src - site source. tpquery-executor-jdbc - Jdbc executor implementation. tpquery-executor-jpa - JPA executor implementation. tpquery-store - The query store library.

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Style and test your code.

Release History

Version x.x.0

  • First public release
  • Fourth rewrite of idea.