public class SelectKeyDynamicSql extends ArrayDynamicSql
subNodes| 构造器和说明 |
|---|
SelectKeyDynamicSql(String statementType,
int timeout,
String resultMap,
String resultType,
int fetchSize,
String resultSetType,
String keyProperty,
String keyColumn,
String order,
String handler) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
buildQuery(Map<String,Object> data,
DynamicContext context,
SqlBuilder sqlBuilder) |
void |
buildSqlQuery(Map<String,Object> data,
DynamicContext context,
SqlBuilder sqlBuilder) |
int |
getFetchSize() |
String |
getHandler() |
String |
getKeyColumn() |
String |
getKeyProperty() |
String |
getOrder() |
String |
getResultMap() |
String |
getResultSetType() |
String |
getResultType() |
String |
getStatementType() |
int |
getTimeout() |
addChildNode, appendText, getSubNodes, isHavePlaceholder, lastIsText, visitItemclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildQuerypublic String getStatementType()
public int getTimeout()
public String getResultMap()
public String getResultType()
public int getFetchSize()
public String getResultSetType()
public String getKeyProperty()
public String getKeyColumn()
public String getOrder()
public String getHandler()
public void buildQuery(Map<String,Object> data, DynamicContext context, SqlBuilder sqlBuilder) throws SQLException
buildQuery 在接口中 DynamicSqlbuildQuery 在类中 ArrayDynamicSqlSQLExceptionpublic void buildSqlQuery(Map<String,Object> data, DynamicContext context, SqlBuilder sqlBuilder) throws SQLException
SQLExceptionCopyright © 2021. All rights reserved.