public interface DynamicSql
| 限定符和类型 | 方法和说明 |
|---|---|
default SqlBuilder |
buildQuery(Map<String,Object> data,
DynamicContext context) |
void |
buildQuery(Map<String,Object> data,
DynamicContext context,
SqlBuilder sqlBuilder) |
boolean |
isHavePlaceholder()
是否包含替换占位符,如果包含替换占位符那么不能使用批量模式
|
boolean isHavePlaceholder()
void buildQuery(Map<String,Object> data, DynamicContext context, SqlBuilder sqlBuilder) throws SQLException
SQLExceptiondefault SqlBuilder buildQuery(Map<String,Object> data, DynamicContext context) throws SQLException
SQLExceptionCopyright © 2021. All rights reserved.