Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
260 views
in Technique[技术] by (71.8m points)

java - LINQ的Java等效项是什么? [关闭](What is the Java equivalent for LINQ? [closed])

LINQ的Java等效项是什么?

  ask by Ahmed translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

There is nothing like LINQ for Java.

(没有像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.

(现在使用Java 8向我们介绍了Stream API ,这在处理集合时是一种类似的事情,但与Linq不太一样。)

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

(如果它是您正在寻找的ORM,例如Entity Framework,那么您可以尝试使用Hibernate)

:-)

(:-))


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...