Registry / orm / querydsl-jpa

querydsl-jpa

JSON →
library5.1.0javamavenunverified

JPA support for Querydsl, providing type-safe query generation for JPA entities.

<dependency> <groupId>com.querydsl</groupId> <artifactId>querydsl-jpa</artifactId> <version>5.1.0</version> </dependency>
INSTALL
IMPORT
SIG · QUERYDSL-JPA
Q
querydsl-jpa
ormjavav5.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JPAQuery
com.querydsl.jpa.impl.JPAQuery

Minimal example showing how to create a JPAQuery instance using an EntityManager.

import com.querydsl.jpa.impl.JPAQuery; import javax.persistence.EntityManager; public class Example { public void query(EntityManager em) { JPAQuery<?> query = new JPAQuery<>(em); // ... build query } }
Debug
Known issues
breakingQuerydsl 5.x requires Java 8+ and may have breaking changes from 4.x in query generation.
fix
Review migration guide when upgrading from 4.x to 5.x.
affects: >=5.0.0
Upgrade
Version history
5.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
Resources
querydsl-jpa — mvn dependency:get querydsl-jpa · libregistry