Skip to content

MatthiasVets/TypeSafeQueryBuilder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

TypeSafeQueryBuilder

The goal of this library is to make it possible for you to write queries without error-prone and hard to refactor string concatenations.

To achieve this goal, the TypeSafeQueryBuilder makes use of proxies. You simply use the methods on these proxies together with the query object to build a query. Doing this, you can make use of the standard content assist available in all good development tools. Besides the content assist, the compiler will also complain when non-compiling code is written, or when code was refactored and the query wasn't. If this doesn't make sense, don't worry, simply start reading the getting started page and go from there.

These are the topics available on this wiki:

Main topics

Additional topics

About

Compile time assistence while creating queries, making them more type safe and easier to refactor

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%