| 程序包 | 说明 |
|---|---|
| cn.org.atool.fluent.form | |
| cn.org.atool.fluent.form.setter |
| 限定符和类型 | 方法和说明 |
|---|---|
Form |
Form.apply(Object value,
Consumer<IFormApply> apply)
添加IEntity字段提取和实例
|
static <E extends IEntity> |
Form.with(Class<E> eClass,
Object o,
Consumer<IFormApply> apply) |
static <E extends IEntity> |
Form.with(E o,
Consumer<IFormApply> apply) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FormApply
FormApply
|
| 限定符和类型 | 方法和说明 |
|---|---|
<E> IFormApply |
IFormApply.and(IGetter<E> getter)
设置更新字段
|
IFormApply |
IFormApply.and(String field)
设置更新字段
|
<E> IFormApply |
IFormApply.eq(IGetter<E> getter) |
IFormApply |
IFormApply.eq(String field) |
<E> IFormApply |
IFormApply.ge(IGetter<E> getter) |
IFormApply |
IFormApply.ge(String field) |
<E> IFormApply |
IFormApply.gt(IGetter<E> getter) |
IFormApply |
IFormApply.gt(String field) |
<E> IFormApply |
IFormApply.le(IGetter<E> getter) |
IFormApply |
IFormApply.le(String field) |
<E> IFormApply |
IFormApply.like(IGetter<E> getter) |
IFormApply |
IFormApply.like(String field) |
<E> IFormApply |
IFormApply.likeLeft(IGetter<E> getter) |
IFormApply |
IFormApply.likeLeft(String field) |
<E> IFormApply |
IFormApply.likeRight(IGetter<E> getter) |
IFormApply |
IFormApply.likeRight(String field) |
<E> IFormApply |
IFormApply.lt(IGetter<E> getter) |
IFormApply |
IFormApply.lt(String field) |
<E> IFormApply |
IFormApply.ne(IGetter<E> getter) |
IFormApply |
IFormApply.ne(String field) |
IFormApply |
FormSetter.set(FieldMapping field)
设置当前操作字段
|
Copyright © 2022. All rights reserved.