querydsl/querydsl
Fork: 880 Star: 4442 (更新于 1970-01-01 00:00:00)
license: Apache-2.0
Language: Java .
Unified Queries for Java
最后发布版本: QUERYDSL_5_0_0 ( 2021-07-22 15:16:59)
Querydsl
Querydsl is a framework which enables the construction of type-safe SQL-like queries for multiple backends including JPA, MongoDB and SQL in Java.
Instead of writing queries as inline strings or externalizing them into XML files they are constructed via a fluent API.
Getting started
Use these tutorials to get started
- Querying JPA
- Querying SQL
- Querying Mongodb
- Querying Lucene
- Querying Collections
- Querydsl Spatial
- Querying JDO
Examples
Support
Free support is provided in the Discussion Section and on StackOverflow. Please do not post questions as issue. Such issues will be closed immediately.
How to build
Querydsl provides releases via public Maven repositories, but you can also build the sources yourself like this
$ mvn -Pquickbuild,{projectname} clean install
Where projectname is one of the Maven profiles (e.g. jpa
, sql
, mongodb
, etc. or all
)
For more information visit the project homepage at https://querydsl.github.io.
Docker Compose setup
For running tests, a Docker Compose setup is provided. It comes with the following databases:
- Oracle Express Edition 11g
- PostgreSQL 9.1.10
- MySQL 5.5.34
- Cubrid 9.2
You will need to install Docker and docker-compose.
To launch the database containers:
$ docker-compose up -d
All of the databases' default ports are forwarded to the host machine.
How to contribute
GitHub pull requests are the way to contribute to Querydsl.
If you are unsure about the details of a contribution, ask on the Querydsl Google Group or create a ticket on GitHub.
Slack
If you want to join Slack workspace for Querydsl contributors join by following this link.
最近版本更新:(数据更新于 1970-01-01 00:00:00)
2021-07-22 15:16:59 QUERYDSL_5_0_0
2021-06-17 03:12:43 QUERYDSL_5_0_0_M1
2020-09-20 06:55:31 QUERYDSL_4_4_0
2020-07-15 16:40:16 QUERYDSL_4_3_1
2019-11-23 08:05:13 QUERYDSL_4_2_2
2018-03-23 05:06:03 QUERYDSL_4_2_1
2018-03-23 05:05:24 QUERYDSL_4_2_0
2016-09-06 03:37:08 QUERYDSL_4_1_4
2016-07-01 22:59:08 QUERYDSL_4_1_3
2016-07-01 22:58:57 QUERYDSL_3_7_4
querydsl/querydsl同语言 Java最近更新仓库
2024-11-05 19:32:42 xiaojieonly/Ehviewer_CN_SXJ
2024-11-05 04:13:47 Stirling-Tools/Stirling-PDF
2024-11-04 02:03:13 exzhawk/EhViewer
2024-11-03 00:43:09 PBH-BTN/PeerBanHelper
2024-10-31 18:52:00 CodePhiliaX/Chat2DB
2024-10-31 11:19:43 mybatis-flex/mybatis-flex