SQL support for Querydsl, enabling type-safe SQL queries in Java.
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.
com.querydsl.sql.SQLQuery
Execute a type-safe SQL query using Querydsl.
import com.querydsl.sql.SQLQuery;
import com.querydsl.sql.SQLTemplates;
SQLTemplates templates = SQLTemplates.DEFAULT;
SQLQuery<?> query = new SQLQuery<>(connection, templates);
query.from(QEmployee.employee).where(QEmployee.employee.name.eq("John"));
Debug
Known footguns
No known footguns recorded.
Upgrade
Version history
Breaking-change detection hasn't run for this library yet.
Audit
Security & dependencies
CVE tracking and dependency tree are planned for a later release.
Agent activity
0 hits · last 30 days
No traffic data recorded yet.