Package | Description |
---|---|
org.tinygroup.jdbctemplatedslsession | |
org.tinygroup.jdbctemplatedslsession.callback | |
org.tinygroup.tinysqldsl |
Modifier and Type | Method and Description |
---|---|
<T> int[] |
SimpleDslSession.batchUpdate(Update update,
Class<T> requiredType,
List<T> params) |
<T> int[] |
SimpleDslSession.batchUpdate(Update update,
Class<T> requiredType,
List<T> params,
int batchSize) |
int[] |
SimpleDslSession.batchUpdate(Update update,
List<List<Object>> params) |
int[] |
SimpleDslSession.batchUpdate(Update update,
List<List<Object>> params,
int batchSize) |
int[] |
SimpleDslSession.batchUpdate(Update update,
Map<String,Object>[] params) |
int[] |
SimpleDslSession.batchUpdate(Update update,
Map<String,Object>[] params,
int batchSize) |
int |
SimpleDslSession.execute(Update update) |
int |
SimpleDslSession.execute(Update update,
boolean ignoreNull) |
Modifier and Type | Method and Description |
---|---|
int[] |
SimpleDslSession.batchUpdate(List<Update> updates) |
Modifier and Type | Method and Description |
---|---|
Update |
NoParamUpdateGenerateCallback.generate()
根据参数对象生成Update对象
|
Update |
UpdateGenerateCallback.generate(T t)
根据参数对象生成Update对象
|
Modifier and Type | Method and Description |
---|---|
Update |
Update.set(Value... values) |
static Update |
Update.update(Table table) |
Update |
Update.where(Condition condition) |
Modifier and Type | Method and Description |
---|---|
<T> int[] |
DslSession.batchUpdate(Update update,
Class<T> requiredType,
List<T> params) |
<T> int[] |
DslSession.batchUpdate(Update update,
Class<T> requiredType,
List<T> params,
int batchSize) |
int[] |
DslSession.batchUpdate(Update update,
List<List<Object>> params) |
int[] |
DslSession.batchUpdate(Update update,
List<List<Object>> params,
int batchSize)
批量更新
|
int[] |
DslSession.batchUpdate(Update update,
Map<String,Object>[] params) |
int[] |
DslSession.batchUpdate(Update update,
Map<String,Object>[] params,
int batchSize) |
int |
DslSession.execute(Update update)
执行更新语句,默认是不忽略空值的
|
int |
DslSession.execute(Update update,
boolean ignoreNull)
执行更新语句
|
Modifier and Type | Method and Description |
---|---|
int[] |
DslSession.batchUpdate(List<Update> updates)
执行多句更新语句
|
Copyright © 2006–2018 TinyGroup. All rights reserved.