awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesQuery Type Preinitializations

Scanning and initializing generated query classes in a single thread to prevent circular dependency deadlocks.

Distinguishing note: Distinct from Module Preinitializers: targets specific class-loading order for generated query types, not general application modules.

Explore 1 awesome GitHub repository matching software engineering & architecture · Query Type Preinitializations. Refine with filters or upvote what's useful.

Awesome Query Type Preinitializations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • querydsl/querydslquerydsl का अवतार

    querydsl/querydsl

    4,964GitHub पर देखें↗

    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

    Scans specified packages to initialize classes in a single thread and prevent circular dependency deadlocks.

    Java
    GitHub पर देखें↗4,964
  1. Home
  2. Software Engineering & Architecture
  3. Query Type Preinitializations