| Package | Description |
|---|---|
| com.mybatisflex.core.query |
SQL 条件构造功能。
|
| com.mybatisflex.core.service |
通用增强 Service 接口。
|
| Modifier and Type | Method and Description |
|---|---|
static <E> QueryChain<E> |
QueryChain.of(BaseMapper<E> baseMapper) |
static <T> QueryChain<T> |
QueryChain.of(Class<T> entityClass) |
| Modifier and Type | Method and Description |
|---|---|
default QueryChain<T> |
IService.queryChain()
链式查询。
|
Copyright © 2024. All rights reserved.