Popularity
5.1
Growing
Activity
6.9
-
657
51
72

Programming language: Java
License: GNU General Public License v3.0 or later
Tags: Database    
Latest version: v1.8.29

Jinq alternatives and similar libraries

Based on the "Database" category.
Alternatively, view Jinq alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Jinq or a related project?

Add another 'Database' Library

README

JINQ: Easy Database Queries for Java 8

Jinq provides developers an easy and natural way to write database queries in Java. You can treat database data like normal Java objects stored in collections. You can iterate over them and filter them using normal Java commands, and all your code will be automatically translated into optimized database queries. Finally, LINQ-style queries are available for Java!

Jinq can also be used within Scala to provide database queries similar to Typesafe's Slick but using JPA ORMs like Hibernate.

Documentation about how to get started with Jinq and other information can be found on the Jinq project page