up vote 3 down vote favorite
1
share [g+] share [fb]

I'm looking for something simlar to linq except for java? any suggestions of where to go?

link|improve this question

73% accept rate
1  
Check this one: github.com/nicholas22/jpropel-light, real example:new String[] { "james", "john", "john", "eddie" }.where(startsWith("j")).toList().distinct(); – NT_ Oct 8 '11 at 10:19
feedback

5 Answers

up vote 2 down vote accepted

http://www.h2database.com/html/jaqu.html

Not the whole LINQ package, but fills some gap.

link|improve this answer
LINQ for Entities with Entity Framework is an ORM, equivalent to jaqu, Hibernate and so on, but LINQ by itself allows "querying" variables, XML and entities, not retrieving from database. – David Oliván Ubieto Mar 15 '11 at 3:47
feedback

Quaere

Not, tried it yet, though

link|improve this answer
feedback

Here is another option : Querydsl

link|improve this answer
feedback

Anders Norås has a project, Quaere that might be what you are looking for.

link|improve this answer
feedback

SBQL4J

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.