| 程序包 | 说明 |
|---|---|
| cn.org.atool.fluent.mybatis.base.crud | |
| cn.org.atool.fluent.mybatis.functions | |
| cn.org.atool.fluent.mybatis.model | |
| cn.org.atool.fluent.mybatis.utility |
| 限定符和类型 | 方法和说明 |
|---|---|
IFormApply |
BaseFormSetter.set(FieldMapping field)
设置当前操作字段
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FormApply<E extends IEntity,S extends BaseFormSetter>
FormApply
|
| 限定符和类型 | 方法和说明 |
|---|---|
IFormApply<E,S> |
FormApply.eq(IGetter<E> getter) |
IFormApply<E,S> |
FormApply.ge(IGetter<E> getter) |
IFormApply<E,S> |
FormApply.gt(IGetter<E> getter) |
IFormApply<E,S> |
FormApply.le(IGetter<E> getter) |
IFormApply<E,S> |
FormApply.like(IGetter<E> getter) |
IFormApply<E,S> |
FormApply.likeLeft(IGetter<E> getter) |
IFormApply<E,S> |
FormApply.likeRight(IGetter<E> getter) |
IFormApply<E,S> |
FormApply.lt(IGetter<E> getter) |
IFormApply<E,S> |
FormApply.ne(IGetter<E> getter) |
default IFormApply<E,S> |
FormFunction.with(Object entity)
按照entity来定义条件值
|
| 限定符和类型 | 方法和说明 |
|---|---|
<E extends IEntity,S extends BaseFormSetter> |
Form.add(FormFunction<E,S> apply,
Object value) |
IFormApply<E,S> |
IFormApply.eq(IGetter<E> getter) |
IFormApply<E,S> |
IFormApply.ge(IGetter<E> getter) |
IFormApply<E,S> |
IFormApply.gt(IGetter<E> getter) |
IFormApply<E,S> |
IFormApply.le(IGetter<E> getter) |
IFormApply<E,S> |
IFormApply.like(IGetter<E> getter) |
IFormApply<E,S> |
IFormApply.likeLeft(IGetter<E> getter) |
IFormApply<E,S> |
IFormApply.likeRight(IGetter<E> getter) |
IFormApply<E,S> |
IFormApply.lt(IGetter<E> getter) |
IFormApply<E,S> |
IFormApply.ne(IGetter<E> getter) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <E extends IEntity,S extends BaseFormSetter> |
FormHelper.by(Object object,
Form form,
Supplier<S> setterSupplier) |
Copyright © 2021. All rights reserved.