public class SQLCmdInsertContext<T extends BaseInsert,DATA> extends BaseSQLCmdContext<T>
| 限定符和类型 | 字段和说明 |
|---|---|
protected Class<?> |
entityType |
protected boolean |
useBatchExecutor |
execution, sql, sqlBuilderContext| 构造器和说明 |
|---|
SQLCmdInsertContext() |
SQLCmdInsertContext(DATA insertData) |
SQLCmdInsertContext(T t) |
| 限定符和类型 | 方法和说明 |
|---|---|
Class<?> |
getEntityType() |
DATA |
getInsertData() |
void |
setUseBatchExecutor(boolean useBatchExecutor) |
String |
sql(DbType dbType) |
getDbType, getExecution, getParameters, initprotected Class<?> entityType
protected boolean useBatchExecutor
public SQLCmdInsertContext()
public SQLCmdInsertContext(T t)
public SQLCmdInsertContext(DATA insertData)
public Class<?> getEntityType()
public DATA getInsertData()
public String sql(DbType dbType)
sql 在接口中 SQLCmdContext<T extends BaseInsert>sql 在类中 BaseSQLCmdContext<T extends BaseInsert>public void setUseBatchExecutor(boolean useBatchExecutor)
Copyright © 2025. All rights reserved.