Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/my2iu/Jinq
LINQ-style queries for Java 8
https://github.com/my2iu/Jinq
Last synced: 5 days ago
JSON representation
LINQ-style queries for Java 8
- Host: GitHub
- URL: https://github.com/my2iu/Jinq
- Owner: my2iu
- License: other
- Created: 2014-02-26T20:47:44.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T23:13:53.000Z (10 months ago)
- Last Synced: 2024-08-01T18:24:45.979Z (3 months ago)
- Language: Java
- Size: 2.25 MB
- Stars: 658
- Watchers: 51
- Forks: 71
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - Jinq - Typesafe database queries via symbolic execution of Java 8 Lambdas (on top of JPA or jOOQ). (Projects / Database)
- awesome-java-zh - Jinq - 通过符号执行Java 8 Lambdas (在JPA或jOOQ之上) 进行类型安全数据库查询。 (项目 / 数据库)
- awesome-java - Jinq - Typesafe database queries via symbolic execution of Java 8 Lambdas (on top of JPA or jOOQ). (Projects / Database)
README
# [JINQ: Easy Database Queries for Java 8](http://www.jinq.org)
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](http://slick.typesafe.com/) 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](http://www.jinq.org)