| 接口 | 说明 |
|---|---|
| Fetchable |
定义数据获取操作的接口,提供了两种方式来获取查询结果。
|
| FetchResult<R> |
定义查询结果的封装接口,提供多种格式的结果转换方法。
|
| HavingCondition<C extends HavingCondition<C>> | |
| JoinCondition |
定义用于构建 SQL JOIN 条件的接口。
|
| SelectHandler |
| 类 | 说明 |
|---|---|
| AbstractFetchResult<R> | |
| CollectionColumnMapping | |
| DefaultSelectHandler | |
| FetchableImpl | |
| FetchResultImpl<R> | |
| NestedMeta | |
| NestedSelect | |
| Select | |
| TableRelation<R> |
表关联关系
|
| ThenSortOrder<R> |
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.