Package | Description |
---|---|
org.tinygroup.jdbctemplatedslsession | |
org.tinygroup.jdbctemplatedslsession.callback | |
org.tinygroup.tinysqldsl |
Modifier and Type | Method and Description |
---|---|
<T> int[] |
SimpleDslSession.batchDelete(Delete delete,
Class<T> requiredType,
List<T> params) |
<T> int[] |
SimpleDslSession.batchDelete(Delete delete,
Class<T> requiredType,
List<T> params,
int batchSize) |
int[] |
SimpleDslSession.batchDelete(Delete delete,
List<List<Object>> params) |
int[] |
SimpleDslSession.batchDelete(Delete delete,
List<List<Object>> params,
int batchSize) |
int[] |
SimpleDslSession.batchDelete(Delete delete,
Map<String,Object>[] params) |
int[] |
SimpleDslSession.batchDelete(Delete delete,
Map<String,Object>[] params,
int batchSize) |
int |
SimpleDslSession.execute(Delete delete) |
Modifier and Type | Method and Description |
---|---|
int[] |
SimpleDslSession.batchDelete(List<Delete> deletes) |
Modifier and Type | Method and Description |
---|---|
Delete |
NoParamDeleteGenerateCallback.generate() |
Delete |
DeleteGenerateCallback.generate(T t) |
Modifier and Type | Method and Description |
---|---|
static Delete |
Delete.delete(Table table) |
Delete |
Delete.where(Condition condition) |
Modifier and Type | Method and Description |
---|---|
<T> int[] |
DslSession.batchDelete(Delete delete,
Class<T> requiredType,
List<T> params) |
<T> int[] |
DslSession.batchDelete(Delete delete,
Class<T> requiredType,
List<T> params,
int batchSize) |
int[] |
DslSession.batchDelete(Delete delete,
List<List<Object>> params) |
int[] |
DslSession.batchDelete(Delete delete,
List<List<Object>> params,
int batchSize)
批量删除
|
int[] |
DslSession.batchDelete(Delete delete,
Map<String,Object>[] params) |
int[] |
DslSession.batchDelete(Delete delete,
Map<String,Object>[] params,
int batchSize) |
int |
DslSession.execute(Delete delete)
执行删除语句
|
Modifier and Type | Method and Description |
---|---|
int[] |
DslSession.batchDelete(List<Delete> deletes)
执行多句删除语句
|
Copyright © 2006–2018 TinyGroup. All rights reserved.