public class UpdateFieldsPItem extends InsertValuesPItem
mfs
pojo, top
Constructor and Description |
---|
UpdateFieldsPItem(Object refer) |
Modifier and Type | Method and Description |
---|---|
protected List<MappingField> |
_mfs(Entity<?> en) |
void |
joinSql(Entity<?> en,
StringBuilder sb)
将当前的语句组成元素输出,以便组成 PreparedStatement 语句
|
joinAdaptor, joinParams, paramCount
_en, _fmtcolnm, getFieldMatcher, getPojo, getSqlType, isTop, setPojo, setTop, setupPojo
public UpdateFieldsPItem(Object refer)
protected List<MappingField> _mfs(Entity<?> en)
_mfs
in class InsertValuesPItem
public void joinSql(Entity<?> en, StringBuilder sb)
PItem
joinSql
in interface PItem
joinSql
in class InsertValuesPItem
en
- 参考的实体,如果为 null,则取当前元素所在 POJO 的关联实体sb
- 文本缓冲Copyright © 2017. All rights reserved.