Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Joel Elliott   on Sep 22 In Java Category.

  
Question Answered By: Albert Ellis   on Sep 22

Do you mean a Java implementation of Linq? Or a Java ORM tool?

1- There is a library named Quaere, but I think it is not a full LINQ implementation because LINQ uses Lambda Expressions and generates inspection tree at runtime. You can use it and if you have a good experience with Quaere, discuss here.

2- If you mean an ORM tool for Java, you can use JPA (Java Persistence API) with one of its implementation (Hibernate, TopLink).

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on LinQ in JAVA Or get search suggestion and latest updates.


Tagged: