public final class FormApply extends Object implements IFormApply
| 构造器和说明 |
|---|
FormApply(FormSetter setter,
Map map,
Form form) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addWhere(FieldMapping field) |
<E> FormApply |
and(IGetter<E> getter)
设置更新字段
|
FormApply |
and(String field)
设置更新字段
|
<E> FormApply |
eq(IGetter<E> getter) |
FormApply |
eq(String field) |
<E> FormApply |
ge(IGetter<E> getter) |
FormApply |
ge(String field) |
<E> FormApply |
gt(IGetter<E> getter) |
FormApply |
gt(String field) |
<E> FormApply |
le(IGetter<E> getter) |
FormApply |
le(String field) |
<E> FormApply |
like(IGetter<E> getter) |
FormApply |
like(String field) |
<E> FormApply |
likeLeft(IGetter<E> getter) |
FormApply |
likeLeft(String field) |
<E> FormApply |
likeRight(IGetter<E> getter) |
FormApply |
likeRight(String field) |
<E> FormApply |
lt(IGetter<E> getter) |
FormApply |
lt(String field) |
<E> FormApply |
ne(IGetter<E> getter) |
FormApply |
ne(String field) |
public FormApply(FormSetter setter, Map map, Form form)
public <E> FormApply and(IGetter<E> getter)
IFormApplyand 在接口中 IFormApplygetter - 字段public FormApply and(String field)
IFormApplyand 在接口中 IFormApplyfield - 字段public <E> FormApply eq(IGetter<E> getter)
eq 在接口中 IFormApplypublic FormApply eq(String field)
eq 在接口中 IFormApplypublic <E> FormApply ne(IGetter<E> getter)
ne 在接口中 IFormApplypublic FormApply ne(String field)
ne 在接口中 IFormApplypublic <E> FormApply gt(IGetter<E> getter)
gt 在接口中 IFormApplypublic FormApply gt(String field)
gt 在接口中 IFormApplypublic <E> FormApply ge(IGetter<E> getter)
ge 在接口中 IFormApplypublic FormApply ge(String field)
ge 在接口中 IFormApplypublic <E> FormApply lt(IGetter<E> getter)
lt 在接口中 IFormApplypublic FormApply lt(String field)
lt 在接口中 IFormApplypublic <E> FormApply le(IGetter<E> getter)
le 在接口中 IFormApplypublic FormApply le(String field)
le 在接口中 IFormApplypublic <E> FormApply like(IGetter<E> getter)
like 在接口中 IFormApplypublic FormApply like(String field)
like 在接口中 IFormApplypublic <E> FormApply likeLeft(IGetter<E> getter)
likeLeft 在接口中 IFormApplypublic FormApply likeLeft(String field)
likeLeft 在接口中 IFormApplypublic <E> FormApply likeRight(IGetter<E> getter)
likeRight 在接口中 IFormApplypublic FormApply likeRight(String field)
likeRight 在接口中 IFormApplypublic void addWhere(FieldMapping field)
Copyright © 2022. All rights reserved.