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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesJava Persistence Toolkits

Collections of utilities specifically for managing data persistence in Java applications.

Distinct from Java Utility Toolkits: Candidates are either too narrow (K8s toolkits) or too broad (general utility libraries).

Explore 2 awesome GitHub repositories matching data & databases · Java Persistence Toolkits. Refine with filters or upvote what's useful.

Awesome Java Persistence Toolkits GitHub Repositories

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

    baomidou/mybatis-plus

    17,391GitHub पर देखें↗

    MyBatis-Plus is a persistence framework extension for Java that simplifies data access by reducing boilerplate code. It provides a toolkit for automating common database operations, utilizing dynamic query wrappers and a system for automated CRUD generation. The project distinguishes itself through a code generation system that produces mapper, model, service, and controller layers based on database metadata. It also implements a security layer that prevents SQL injection through input sanitization and blocks dangerous global update or delete operations to prevent accidental data loss. The f

    Provides a comprehensive set of tools for Java applications to handle database pagination, primary key generation, and ActiveRecord patterns.

    Javamybatismybatis-plusmybatis-spring
    GitHub पर देखें↗17,391
  • google/guicegoogle का अवतार

    google/guice

    12,734GitHub पर देखें↗

    Guice is a Java dependency injection framework and component container. It automates object wiring by mapping interfaces to implementations via a central injector, removing the need for manual factory patterns and constructor calls. The framework provides specialized support for aspect-oriented programming, allowing for the interception and modification of method execution to implement shared cross-cutting concerns. It also functions as a persistence manager to coordinate transaction boundaries and manage the lifecycle of entity managers within a dependency-injected environment. Its core cap

    Manages entity managers and coordinates transaction boundaries within a dependency-injected environment.

    Java
    GitHub पर देखें↗12,734
  1. Home
  2. Data & Databases
  3. Java Persistence Toolkits