public class HandelFactory extends Object
| 构造器和说明 |
|---|
HandelFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Handel |
batchUpdate() |
static Handel |
commonFieldHandel() |
static Handel |
conditionHandel() |
static Handel |
createAndInsert(String newTableName) |
static Handel |
debugHandel() |
static Handel |
entityConditionHandel() |
static Handel |
limitHandel() |
static Handel |
paramerHandel() |
static Handel |
primaryKeyHandel() |
static Handel |
resultColumnsHandel() |
static Handel |
resultHandel() |
static Handel |
sqlHandel() |
static Handel |
streamHandel(int count) |
static Handel |
streamHandel(int bufferSize,
Consumer<List<Map<String,Object>>> datas,
Consumer<Map<String,Object>> rowProcess,
Map<String,String> aliases) |
static Handel |
streamHandel(int bufferSize,
Function<List<Column>,Object> consumer,
StreamConsumer datas,
Map<String,String> aliases) |
public static Handel sqlHandel()
public static Handel commonFieldHandel()
public static Handel conditionHandel()
public static Handel resultHandel()
public static Handel paramerHandel()
public static Handel debugHandel()
public static Handel primaryKeyHandel()
public static Handel limitHandel()
public static Handel entityConditionHandel()
public static Handel batchUpdate()
public static Handel streamHandel(int bufferSize, Function<List<Column>,Object> consumer, StreamConsumer datas, Map<String,String> aliases)
public static Handel streamHandel(int bufferSize, Consumer<List<Map<String,Object>>> datas, Consumer<Map<String,Object>> rowProcess, Map<String,String> aliases)
public static Handel streamHandel(int count)
public static Handel resultColumnsHandel()
Copyright © 2023. All rights reserved.