| 限定符和类型 | 类和说明 |
|---|---|
class |
JoinLambdaWrapper<T>
构建条件对象
|
class |
JoinWrapper<T,J>
多表关联对象
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
JoinChainQueryWrapper<T> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SupportJoinChainQueryWrapper<T,Children extends SupportJoinChainQueryWrapper<T,Children>> |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
JoinQueryFunc<T,R,Children extends SupportJoinWrapper<T,R,Children>> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SupportJoinWrapper<T,R,Children extends SupportJoinWrapper<T,R,Children>>
Join lambda解析
重写于mybatis plus 中的LambdaQueryWrapper
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SupportJoinLambdaWrapper<T,Children extends SupportJoinLambdaWrapper<T,Children>>
Join lambda解析
重写于mybatis plus 中的LambdaQueryWrapper
|
| 限定符和类型 | 方法和说明 |
|---|---|
private String |
JoinInterceptor.buildMappedStatementId(org.apache.ibatis.mapping.MappedStatement ms,
SupportJoinWrapper joinWrapper,
Class<?> classType)
构建MappedStatement ID
|
private org.apache.ibatis.mapping.MappedStatement |
JoinInterceptor.buildNewMappedStatement(org.apache.ibatis.mapping.MappedStatement ms,
String id,
SupportJoinWrapper joinWrapper,
Class<?> classType)
构建新的MappedStatement
|
private String |
JoinInterceptor.buildResultMapId(org.apache.ibatis.mapping.MappedStatement ms,
SupportJoinWrapper joinWrapper,
Class<?> classType)
构建ResultMap ID
|
private org.apache.ibatis.mapping.MappedStatement |
JoinInterceptor.createMappedStatement(org.apache.ibatis.mapping.MappedStatement ms,
SupportJoinWrapper joinWrapper,
Class<?> classType)
创建新的MappedStatement
|
private org.apache.ibatis.mapping.ResultMap |
JoinInterceptor.createResultMap(org.apache.ibatis.mapping.MappedStatement ms,
SupportJoinWrapper joinWrapper,
Class<?> classType)
创建ResultMap,处理并发情况
|
private void |
JoinInterceptor.processManyToManyMapping(org.apache.ibatis.session.Configuration configuration,
String baseId,
SupportJoinWrapper joinWrapper,
List<org.apache.ibatis.mapping.ResultMapping> resultMappings)
处理多对多映射
|
private void |
JoinInterceptor.processOneToOneMapping(org.apache.ibatis.session.Configuration configuration,
String baseId,
SupportJoinWrapper joinWrapper,
List<org.apache.ibatis.mapping.ResultMapping> resultMappings)
处理一对一映射
|
Copyright © 2025. All rights reserved.