Tags:
For a typesafe LINQ to Java approach consider Querydsl : http://source.mysema.com/display/querydsl/Querydsl
Querydsl supports JPA/Hibernate, JDO, SQL and Java Collections.
Hi Timo, Having taken a quick look at Querydsl, it looks like one of the better non-DSL programmatic query generators I've seen (i.e. system for building queries using Java method calls.) Nice work! Absent a LINQ-like integrated query DSL, this is probably the next best option.
Timo Westkämper said:For a typesafe LINQ to Java approach consider Querydsl : http://source.mysema.com/display/querydsl/Querydsl
Querydsl supports JPA/Hibernate, JDO, SQL and Java Collections.
© 2024 Created by Daniel Leuck. Powered by