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

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

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

2 مستودعات

Awesome GitHub RepositoriesObject-Relational Mapping Frameworks

Frameworks that automate the mapping between application objects and relational database tables.

Distinct from Java Frameworks: Distinct from general Java Frameworks: focuses specifically on the persistence layer and ORM capabilities.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Object-Relational Mapping Frameworks. Refine with filters or upvote what's useful.

Awesome Object-Relational Mapping Frameworks GitHub Repositories

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

    ebean-orm/ebean

    1,523عرض على GitHub↗

    Ebean is a Java object-relational mapping framework designed to simplify database persistence through automated query generation, schema migration, and transaction management. It uses metadata-driven mapping and bytecode enhancement to bridge the gap between application objects and relational database tables, providing a persistent layer that handles complex data interactions while maintaining consistency across unit-of-work boundaries. The framework distinguishes itself through its focus on developer productivity and performance optimization. It provides type-safe query builders that generat

    Provides a persistence layer that maps objects to relational databases while automating query generation and schema migration.

    Javacockroachdbdatabaseebean
    عرض على GitHub↗1,523
  • gaarason/database-allالصورة الرمزية لـ gaarason

    gaarason/database-all

    1,033عرض على GitHub↗

    This project is a Java-based object-relational mapping framework that utilizes the active record pattern to simplify database interactions. It provides a comprehensive data access layer that binds database tables directly to application objects, enabling developers to perform CRUD operations, manage complex entity relationships, and execute queries through a fluent, type-safe interface. Designed for integration with Spring Boot, the framework abstracts database complexities while maintaining support for native compilation and asynchronous execution. The framework distinguishes itself through

    Maps relational database tables to Java objects using annotations to simplify data interaction and persistence.

    Javadatabaseeloquenteloquent-orm
    عرض على GitHub↗1,033
  1. Home
  2. Software Engineering & Architecture
  3. Application Frameworks
  4. General Purpose Frameworks
  5. Java Frameworks
  6. Object-Relational Mapping Frameworks