yulichang/mybatis-plus-join
支持连表查询的mybatis-plus,mybatis-plus风格的连表操作提供left join、right join等操作 observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 98
- Release rhythm 56
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 93
- age_days: 2044
- days_rel: 139
- days_push: 13
- n_releases_24m: 8
Adoption not part of the score
1522 stars · 154 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity active
orm database database-driver databases backend web-development developer-tools jvm mybatis-plus join-queries sql-builder multi-table left-join lambda-wrapper spring-boot-starter spring-boot
2 sources
- readme: https://github.com/yulichang/mybatis-plus-join · fetched 2026-08-28 · a05791585a5c
- homepage: https://mybatis-plus-join.github.io · fetched 2026-08-29 · 848d7273f22f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| yulichang/mybatis-plus-join | main | 84 |
For agents
markdown · JSON · MCP: product_card(name="yulichang/mybatis-plus-join")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem