You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

JaQu

JaQu stands for Java Query and allows to access databases using pure Java. JaQu provides a fluent interface (or internal DSL) for building SQL statements. JaQu replaces SQL, JDBC, and persistence frameworks such as Hibernate. JaQu is something like LINQ for Java (LINQ stands for "language integrated query" and is a Microsoft .NET technology).

http://www.h2database.com/html/jaqu.html

They also have a nice list of similar projects on their website.

  • No labels