awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • abel533/mapperAvatar von abel533

    abel533/Mapper

    7,370Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,370
  • dromara/lamp-cloudAvatar von dromara

    dromara/lamp-cloud

    5,752Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,752
  • mybatis/generatorAvatar von mybatis

    mybatis/generator

    5,317Auf GitHub ansehen↗

    MyBatis Generator ist ein Tool, das Datenbanktabellen inspiziert, um automatisch Modellobjekte, Mapper-Schnittstellen und SQL-Konfigurationsdateien zu erstellen. Es fungiert als Datenbank-Schema-Mapper und CRUD-Operations-Generator, der relationale Datenbankspalten in sprachspezifische Klassen und Datensätze übersetzt. Das Projekt ist ein erweiterbarer Codegenerator, der die Anpassung von Ausgabedateien durch einen Plugin-Mechanismus ermöglicht. Dieses Framework erlaubt das Hinzufügen spezifischer Geschäftslogik oder die Modifikation des Generierungsprozesses, um maßgeschneiderte Ausgabedateien zu erzeugen. Der Generator deckt ein breites Spektrum an Funktionen ab, einschließlich der Implementierung dynamischer Abfragen, der Erstellung unveränderlicher Modelle und der Automatisierung von Standard-Create-, Read-, Update- und Delete-Operationen. Er unterstützt Datenbank-Schema-Mapping mit virtuellen Primärschlüsseln und kann Code für mehrere Sprachen generieren, einschließlich Kotlin. Der Generierungsprozess kann über CLI-Tools, direkte Funktionsaufrufe oder als Build-Tool-Plugin, das in CI-Pipelines integriert ist, ausgeführt werden.

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

    Javacode-generatorjava-8kotlin
    Auf GitHub ansehen↗5,317
  1. Home
  2. Software Engineering & Architecture
  3. Schema-to-Code Generators
  4. Mapper Code Generators