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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesMapper Code Generators

Generates mapper interfaces and model classes from a database schema to eliminate repetitive boilerplate code.

Distinct from Schema-to-Code Generators: Distinct from Schema-to-Code Generators: specifically generates MyBatis mapper interfaces and model classes, not general source code from schemas.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Mapper Code Generators. Refine with filters or upvote what's useful.

Awesome Mapper Code Generators GitHub Repositories

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

    abel533/Mapper

    7,370GitHub पर देखें↗

    Mapper is a MyBatis-specific library that provides annotation-driven object-relational mapping, enabling single-table CRUD operations without writing SQL or XML. It uses Java reflection and field-level annotations to map entity fields to database columns, configure primary key generation strategies, and generate mapper interfaces and model classes from database schemas. The library distinguishes itself through several practical capabilities. It includes a safe operation guard that blocks delete and update calls lacking query conditions, preventing accidental full-table modifications. Its exam

    Generates mapper interfaces and model classes from database schemas to eliminate boilerplate.

    Javamappermybatismybatis-plugin
    GitHub पर देखें↗7,370
  • dromara/lamp-clouddromara का अवतार

    dromara/lamp-cloud

    5,752GitHub पर देखें↗

    Lamp Cloud is a multi-tenant SaaS backend framework built on Java and Spring Cloud that provides a complete foundation for building enterprise-grade administration systems. Its core identity centers on supporting multiple tenant isolation strategies—including database-per-tenant, schema-per-tenant, and shared-table modes—that can be switched without altering business code, alongside a role-based access control system enforced at the gateway layer across all microservices. The framework distinguishes itself through comprehensive tenant lifecycle management tools that allow creating, configurin

    Produces controller, service, mapper, and frontend files from database tables to accelerate CRUD development.

    Javaadmincloudeureka
    GitHub पर देखें↗5,752
  • mybatis/generatormybatis का अवतार

    mybatis/generator

    5,317GitHub पर देखें↗

    MyBatis Generator is a tool that inspects database tables to automatically produce model objects, mapper interfaces, and SQL configuration files. It functions as a database schema mapper and CRUD operation generator, translating relational database columns into language-specific classes and records. The project is an extensible code generator that allows for the customization of output files through a plugin mechanism. This framework enables the addition of specific business logic or the modification of the generation process to produce tailored output files. The generator covers a broad ran

    Inspects database tables to automatically create model objects, mapper interfaces, and configuration files.

    Javacode-generatorjava-8kotlin
    GitHub पर देखें↗5,317
  1. Home
  2. Software Engineering & Architecture
  3. Schema-to-Code Generators
  4. Mapper Code Generators