TPQuery is a java library providing templated prepared statements with native parameter support.
Go to file
2015-06-20 17:24:08 +02:00
src moved index to readme 2015-06-20 17:24:08 +02:00
tpquery-executor-jdbc set version to 1.5.0 2015-06-20 17:21:52 +02:00
tpquery-executor-jpa set version to 1.5.0 2015-06-20 17:21:52 +02:00
tpquery-store set version to 1.5.0 2015-06-20 17:21:52 +02:00
.gitignore removed root slashed from ignore file 2015-06-19 20:37:21 +02:00
build.md set version to 1.5.0 2015-06-20 17:21:52 +02:00
license.txt Added full project 2015-06-19 17:26:29 +02:00
pom.xml moved index to readme 2015-06-20 17:24:08 +02:00
readme.md moved index to readme 2015-06-20 17:24:08 +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.

Features

  • Named parameters
  • Include query parts
  • Default values
  • Extra parameter types like LIST and RAW
  • QuerySets are nestable.
  • Prepared statement cache if possibe.
  • Multiple languages supported.
  • Validation

Installation

Add maven deps;

net.forwardfire.tpquery tpquery-store 1.5.0-SNAPSHOT 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 1.5.0

  • First public release
  • fifth rewrite of idea.