public class SegmentSqlConfig extends Object implements DynamicSql
| 限定符和类型 | 字段和说明 |
|---|---|
protected DynamicSql |
target |
| 构造器和说明 |
|---|
SegmentSqlConfig(DynamicSql target) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
buildQuery(Map<String,Object> data,
DynamicContext context,
SqlBuilder sqlBuilder) |
QueryType |
getDynamicType() |
boolean |
isHavePlaceholder()
是否包含替换占位符,如果包含替换占位符那么不能使用批量模式
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildQueryprotected final DynamicSql target
public SegmentSqlConfig(DynamicSql target)
public QueryType getDynamicType()
public boolean isHavePlaceholder()
DynamicSqlisHavePlaceholder 在接口中 DynamicSqlpublic void buildQuery(Map<String,Object> data, DynamicContext context, SqlBuilder sqlBuilder) throws SQLException
buildQuery 在接口中 DynamicSqlSQLExceptionCopyright © 2021. All rights reserved.