Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 357 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 357 Bytes

Querydsl

Querydsl is a framework which enables the construction of type-safe SQL-like queries for multiple backends including JPA, JDO and SQL in Java.

Instead of writing queries as inline strings or externalizing them into XML files they are constructed via a fluent API.

For more information visit the project homepage at http://www.querydsl.com/.