Statically Typed SQL-Like Queries
Querydsl SQL-Like Queries Framework Reaches 1.8.5
Querydsl framework for constructing statically typed SQL-like queries reaches 1.8.5.
Querydsl 1.8.5 is now available.
Querydsl is a framework that enables the construction of statically typed SQL-like queries. It allows queries to be constructed via a fluentDSL/API like Querydsl, and supports JPA, JDO, Java Collections, SQL via JDBC, Lucene, and Hibernate Search. With this release, JDO supports FetchPlan modification via query, and using non-root alias paths in joins is prevented.
0 Comments