Ross ROSS = Recommend OSS · open-source software intelligence for agents

querydsl/querydsl

Unified Queries for Java observed · 2026-08-28

github.com/querydsl/querydsl · homepage · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

61/100

  • Activity 84
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5507
  • days_rel: n/a
  • days_push: 97
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4968 stars · 881 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Querydsl is a Java framework for constructing type-safe SQL-like queries via a fluent API across multiple backends such as JPA, SQL, MongoDB, and Lucene. It replaces string-based or XML-externalized queries with compile-time checked query construction.

Use cases

  • build type-safe JPA queries in Java
  • construct SQL queries without inline strings
  • query MongoDB with a fluent Java API
  • query Lucene indexes type-safely
  • query in-memory collections with a unified API
  • avoid runtime query errors from typos in query strings

When to choose

  • you want compile-time safety for database queries in Java
  • you use JPA, SQL, or MongoDB and want a unified query API
  • you maintain a large codebase where query refactoring must be checked by the compiler

When to avoid

  • you prefer writing raw SQL or JPQL directly
  • you are not on the JVM/Java ecosystem
  • you need a lightweight ORM rather than a query layer

Facets

framework · maturity stable

orm database search-engine serialization databases backend developer-tools web-development jvm type-safe-queries fluent-api jpa sql mongodb lucene query-builder

1 source

Member repositories

RepositoryRoleHealth v2
querydsl/querydslmain61

For agents

markdown · JSON · MCP: product_card(name="querydsl/querydsl")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem