awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesUnannotated Type Query Generation

Generating type-safe query objects for classes that lack annotations through configuration.

Distinct from Typesafe Query Generations: Distinct from Typesafe Query Generations: handles the specific case of generating models for unannotated classes via config.

Explore 1 awesome GitHub repository matching data & databases · Unannotated Type Query Generation. Refine with filters or upvote what's useful.

Awesome Unannotated Type Query Generation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • querydsl/querydslالصورة الرمزية لـ querydsl

    querydsl/querydsl

    4,964عرض على GitHub↗

    Querydsl is a framework for the construction of type-safe queries. It uses a fluent API and annotation-based code generation to create mirror classes from domain models, enabling compile-time validation of database queries and removing the need for manual string concatenation. The project provides a unified query syntax that translates into specific dialects for multiple backends, including SQL, MongoDB, Lucene, and JDO. It supports advanced query capabilities such as common table expressions, window functions, geospatial operations, and complex nested subqueries. Beyond data retrieval, the

    Creates type-safe query objects for classes without annotations via package-level configuration.

    Java
    عرض على GitHub↗4,964
  1. Home
  2. Data & Databases
  3. SQL Query Generation
  4. Unannotated Type Query Generation