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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesMyBatis Mapper Generators

Generates mapper interfaces and model classes from database schemas to eliminate repetitive boilerplate code for MyBatis projects.

Distinct from Schema-to-Code Generators: Distinct from Schema-to-Code Generators: specifically generates MyBatis mapper interfaces and model classes from database schemas.

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

Awesome MyBatis Mapper Generators GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • abel533/mapperAvatar abel533

    abel533/Mapper

    7,370Vezi pe GitHub↗

    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 repetitive boilerplate code.

    Javamappermybatismybatis-plugin
    Vezi pe GitHub↗7,370
  • zouzg/mybatis-generator-guiAvatar zouzg

    zouzg/mybatis-generator-gui

    6,683Vezi pe GitHub↗

    This project is a Java persistence generator and database mapping tool designed to produce boilerplate persistence layer code. It translates database schemas and column comments into structured Java annotations and mapping files, replacing the need for manual configuration writing. The tool provides a visual interface for generating code and manages secure database access through SSH tunneling. It allows users to connect to private databases via encrypted tunnels to safely extract schemas without exposing the database to the public internet. The system includes capabilities for database sche

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

    Java
    Vezi pe GitHub↗6,683
  1. Home
  2. Software Engineering & Architecture
  3. Schema-to-Code Generators
  4. MyBatis Mapper Generators