Registry / database / querydsl-core

querydsl-core

JSON →
library5.1.0javamavenunverified

Core module for QueryDSL, providing a type-safe query building framework for various backends like JPA, SQL, and MongoDB.

<dependency> <groupId>com.querydsl</groupId> <artifactId>querydsl-core</artifactId> <version>5.1.0</version> </dependency>
INSTALL
IMPORT
SIG · QUERYDSL-CORE
Q
querydsl-core
databasejavav5.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.

Expressions
com.querydsl.core.types.dsl.Expressions

Create a path expression for a string field using QueryDSL.

import com.querydsl.core.types.dsl.Expressions; import com.querydsl.core.types.dsl.StringPath; StringPath path = Expressions.stringPath("name"); System.out.println(path);
Debug
Known issues
breakingQueryDSL 5.x requires Java 8+ and may have breaking changes from 4.x.
fix
Refer to the 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
31 hits · last 30 days
node
26
Resources
querydsl-core — mvn dependency:get querydsl-core · libregistry