public interface IFormApply
| 限定符和类型 | 方法和说明 |
|---|---|
<E> IFormApply |
and(IGetter<E> getter)
设置更新字段
|
IFormApply |
and(String field)
设置更新字段
|
<E> IFormApply |
eq(IGetter<E> getter) |
IFormApply |
eq(String field) |
<E> IFormApply |
ge(IGetter<E> getter) |
IFormApply |
ge(String field) |
<E> IFormApply |
gt(IGetter<E> getter) |
IFormApply |
gt(String field) |
<E> IFormApply |
le(IGetter<E> getter) |
IFormApply |
le(String field) |
<E> IFormApply |
like(IGetter<E> getter) |
IFormApply |
like(String field) |
<E> IFormApply |
likeLeft(IGetter<E> getter) |
IFormApply |
likeLeft(String field) |
<E> IFormApply |
likeRight(IGetter<E> getter) |
IFormApply |
likeRight(String field) |
<E> IFormApply |
lt(IGetter<E> getter) |
IFormApply |
lt(String field) |
<E> IFormApply |
ne(IGetter<E> getter) |
IFormApply |
ne(String field) |
<E> IFormApply and(IGetter<E> getter)
getter - 字段IFormApply and(String field)
field - 字段<E> IFormApply eq(IGetter<E> getter)
IFormApply eq(String field)
<E> IFormApply ne(IGetter<E> getter)
IFormApply ne(String field)
<E> IFormApply gt(IGetter<E> getter)
IFormApply gt(String field)
<E> IFormApply ge(IGetter<E> getter)
IFormApply ge(String field)
<E> IFormApply lt(IGetter<E> getter)
IFormApply lt(String field)
<E> IFormApply le(IGetter<E> getter)
IFormApply le(String field)
<E> IFormApply like(IGetter<E> getter)
IFormApply like(String field)
<E> IFormApply likeLeft(IGetter<E> getter)
IFormApply likeLeft(String field)
<E> IFormApply likeRight(IGetter<E> getter)
IFormApply likeRight(String field)
Copyright © 2022. All rights reserved.