# yulichang/mybatis-plus-join

支持连表查询的mybatis-plus,mybatis-plus风格的连表操作提供left join、right join等操作

Repository: https://github.com/yulichang/mybatis-plus-join
Canonical: https://ross.abutalabs.com/products/mybatis-plus-join
Homepage: https://mybatis-plus-join.github.io
Language: Java
License: Apache-2.0
License Family: permissive
Topics: mybatis, mybatis-plus, sql, mysql, orm, toolkit, postgresql, mybatis-plus-join
Last push: 2026-08-20T19:53:45+00:00

## Health v2 (maintenance only)
Score: 84/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 56, longevity 100
- inputs: {"age_days": 2044, "days_push": 13, "days_rel": 139, "gap_med": 93, "n_releases_24m": 8}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1522, forks 154 (observed 2026-08-28T04:04:57.966451+00:00)

## What it is
MyBatis-Plus-Join is a Java library that extends MyBatis-Plus with multi-table join query support in a MyBatis-Plus style. It provides lambda-based wrappers for left join, right join, and other join operations while remaining non-invasive to existing projects.

## Use cases
- perform left join queries with mybatis-plus
- write multi-table joins using lambda wrappers
- join tables without writing XML SQL
- select columns from joined entities type-safely
- map one-to-one and one-to-many join results
- extend existing mybatis-plus project with join support

## When to choose
- you already use MyBatis-Plus and need join queries
- you want type-safe lambda-based multi-table queries
- you want to avoid hand-writing join SQL in XML mappers
- you need logical delete, type handler, and alias support in joins

## When to avoid
- you don't use MyBatis-Plus or MyBatis
- you prefer writing raw SQL or use a full ORM like Hibernate
- your queries are simple single-table operations already handled by MyBatis-Plus

## Facets
- artifact type: library
- maturity: active
- function: orm, database, database-driver
- domain: databases, backend, web-development, developer-tools
- platform: jvm
- tags: mybatis-plus, join-queries, sql-builder, multi-table, left-join, lambda-wrapper, spring-boot-starter, spring-boot

## Member repositories
- yulichang/mybatis-plus-join (main) score 84

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:57.966451+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:31:49.625373+00:00, confidence not recorded.
  - readme: https://github.com/yulichang/mybatis-plus-join (fetched 2026-08-28T04:04:57.966451+00:00, sha a05791585a5c)
  - homepage: https://mybatis-plus-join.github.io (fetched 2026-08-29T11:34:41.780865+00:00, sha 848d7273f22f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
