Java Cup
Inside Java

News and views from members of the Java team at Oracle

Emulating C# LINQ in Java using Code Reflection

In this article we will explain how to emulate aspects of C#’s Language Integrated Query (LINQ) in Java using Code Reflection. Specifically, LINQ’s capability to enable translation of LINQ queries (C# expressions) to SQL statements...


More at https://openjdk.org/projects/babylon/articles/linq.