Easy Query Orm

Use when Java/Kotlin code uses easy-query (often abbreviated as `eq`; `EasyEntityQuery`, `EasyQueryClient`, proxy DSL) or when migrating JPA/MyBatis to easy-query. Covers setup and missing `*Proxy` troubleshooting, Spring Boot starter/config, CRUD and mutation APIs (`insertable/updatable/deletable`, `onConflictThen`, `mapInsertable/mapUpdatable`, `setSQLStrategy`, version/logic delete), diff update tracking, search-form DTO query (`whereObject`, `orderByObject`, `EasySearch`), relation metadata/loading (`@Navigate`, `include`, `selectAutoInclude`), implicit and explicit subquery/group-join/CTE/window/UNION analytics, row-level query locking, `savable`, sharding, code-first DDL, and verified API lookup/troubleshooting. Do not use for unrelated ORMs.

wzszsw fc5ea81 4 files · 34.3 KB Updated

File contents

wzszsw/easy-query-orm/tree/main/ commit fc5ea8134c

Frequently asked questions

npx skillmds@latest add wzszsw/easy-query-orm