且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

LINQ 的 Java 等价物是什么?

更新时间:2022-10-14 17:57:02

LINQ for Java 绝无仅有.

...

编辑

现在有了 Java 8,我们将介绍 Stream API,这个在处理集合的时候是类似的东西,但是和Linq不太一样.

如果是你要找的ORM,比如Entity Framework,那么你可以试试Hibernate>

:-)

What is Java equivalent for LINQ?

There is nothing like LINQ for Java.

...

Edit

Now with Java 8 we are introduced to the Stream API, this is a similar kind of thing when dealing with collections, but it is not quite the same as Linq.

If it is an ORM you are looking for, like Entity Framework, then you can try Hibernate

:-)