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: Barak Levi   on Sep 22

LINQ is not just an ORM tool or library. I saw some LINQ providers like
LINQ to SQL (to connect to SQL Server Relational Database), LINQ to NHibernate (Hibernate's cousin),
LINQ to LDAP and so forth. In general, LINQ is a standard way to access your data without care about
where they are.

For adding LINQ to .NET Framework, Microsoft introduced lots of new features in C# language and almost
none of these new features is available in Java till now. So wait for Java 7, JEE 6 and JPA 2.

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: