mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
Unified Queries for Java
| querydsl-ant-test | ||
| querydsl-apt | ||
| querydsl-collections | ||
| querydsl-core | ||
| querydsl-docs | ||
| querydsl-hibernate-search | ||
| querydsl-jdo | ||
| querydsl-jpa | ||
| querydsl-lucene | ||
| querydsl-maven-plugin | ||
| querydsl-mongodb | ||
| querydsl-root | ||
| querydsl-scala | ||
| querydsl-sql | ||
| .gitignore | ||
| README.md | ||
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/.