类 JoinOperatorImpl
java.lang.Object
site.sorghum.join.operator.impl.JoinOperatorImpl
- 所有已实现的接口:
JoinOperator
Join操作符实现类
- 从以下版本开始:
- 2023/04/17
- 作者:
- Sorghum
-
字段概要
字段修饰符和类型字段说明(专用程序包) org.noear.wood.DbContext -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private Stringprivate <T,R> List<T> batchJoin(JoinParam<T, R> joinParam, List<T> entitys, java.util.function.Function<List<R>, Object> function) <T,R> List<T> batchJoinList(JoinParam<T, R> joinParam, List<T> entityList) 批量Join数组<T,R> List<T> batchJoinOne(JoinParam<T, R> joinParam, List<T> entitys) 批量Join单变量private <T,R> List<R> childQueryList(JoinParam<T, R> joinParam, List<T> entity) private <T,R> List<R> childQueryList(JoinParam<T, R> joinParam, T entity) private <T,R> R childQueryOne(JoinParam<T, R> joinParam, T entity) private <R> List<R>private <R> R<T,R> T Join数组<T,R> T Join单变量voidsetDbContext(org.noear.wood.DbContext dbContext) private <T> void变量注入
-
字段详细资料
-
dbContext
org.noear.wood.DbContext dbContext -
timedCache
-
-
构造器详细资料
-
JoinOperatorImpl
public JoinOperatorImpl()
-
-
方法详细资料
-
setDbContext
@Autowired public void setDbContext(org.noear.wood.DbContext dbContext) -
getOne
-
getList
-
ano2sql
-
childQueryOne
-
childQueryList
-
childQueryList
-
variableInject
变量注入- 参数:
entity- 实体variableMap- 变量映射
-
joinOne
从接口复制的说明:JoinOperatorJoin单变量- 指定者:
joinOne在接口中JoinOperator- 参数:
joinParam- 连接参数entity- 实体- 返回:
JoinOperator
-
joinList
从接口复制的说明:JoinOperatorJoin数组- 指定者:
joinList在接口中JoinOperator- 参数:
joinParam- 连接参数entity- 实体- 返回:
JoinOperator
-
batchJoinOne
从接口复制的说明:JoinOperator批量Join单变量- 指定者:
batchJoinOne在接口中JoinOperator- 参数:
joinParam- 连接参数entitys- 实体- 返回:
List<JoinOperator>
-
batchJoinList
从接口复制的说明:JoinOperator批量Join数组- 指定者:
batchJoinList在接口中JoinOperator- 参数:
joinParam- 连接参数entityList- 实体列表- 返回:
List<JoinOperator>
-
batchJoin
-