diff --git a/README.md b/README.md index 3b2175e..1ff6103 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,29 @@ FF-TPQuery ========= -FF-TPQuery is a java8 library providing templated prepared statements. +FF-TPQuery is a java8 library providing templated prepared statements with native parameter support. ## Features -* Named parameters -* Include query parts -* Default values -* Extra parameter types like LIST and RAW +* 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 +* Multiple languages supported.(SQL and HQL) +* Custom feature validation. +* Rich query builder api. +* Loadable query trees from xml. ## Installation - Add maven deps; + Add maven dep for jpa usage; net.forwardfire.tpquery - ff-tpquery-store - 1.5.0-SNAPSHOT + ff-tpquery-executor-jpa + 1.5.1-SNAPSHOT compile @@ -33,8 +35,8 @@ FF-TPQuery is a java8 library providing templated prepared statements. * readme.md - This file. * todo.md - Small todo list. * src - site source. -* ff-tpquery-executor-jdbc - Jdbc executor implementation. -* ff-tpquery-executor-jpa - JPA executor implementation. +* ff-tpquery-executor-jdbc - Jdbc executor implementation. (SQL only) +* ff-tpquery-executor-jpa - JPA executor implementation. (SQL and HQL) * ff-tpquery-store - The query store library. ## Contributing @@ -44,8 +46,12 @@ Add unit tests for any new or changed functionality. Style and test your code. ## Release History -### Version 1.5.0 -* First public release +### Version 1.5.1-SNAPSHOT +* Fixed execute dep artifact typo. +* Updated all dep versions. + +### Version 1.5.0-SNAPSHOT +* First public release. * fifth rewrite of idea.