public class ChildrenSelect<P,C> extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ChildrenSelect.ChildrenSelectData<P,C> |
| 构造器和说明 |
|---|
ChildrenSelect() |
| 限定符和类型 | 方法和说明 |
|---|---|
ChildrenSelect<P,C> |
from(Class<C> childCls) |
ChildrenSelect.ChildrenSelectData |
getData() |
ChildrenSelect<P,C> |
init(@NonNull Class<P> parentCls) |
ChildrenSelect<P,C> |
last(String lastSql) |
ChildrenSelect<P,C> |
select(com.baomidou.mybatisplus.core.toolkit.support.SFunction<C,?>... columns) |
ChildrenSelect<P,C> |
select(String... columns) |
ChildrenSelect<P,C> |
selectAll() |
ChildrenSelect<P,C> |
whereOrAnd(com.baomidou.mybatisplus.core.toolkit.support.SFunction<C,?> childKey,
com.baomidou.mybatisplus.core.toolkit.support.SFunction<P,?> parentKey) |
public ChildrenSelect<P,C> init(@NonNull @NonNull Class<P> parentCls)
public ChildrenSelect<P,C> selectAll()
public ChildrenSelect<P,C> select(com.baomidou.mybatisplus.core.toolkit.support.SFunction<C,?>... columns)
public ChildrenSelect<P,C> select(String... columns)
public ChildrenSelect<P,C> from(Class<C> childCls)
public ChildrenSelect<P,C> whereOrAnd(com.baomidou.mybatisplus.core.toolkit.support.SFunction<C,?> childKey, com.baomidou.mybatisplus.core.toolkit.support.SFunction<P,?> parentKey)
public ChildrenSelect<P,C> last(String lastSql)
public ChildrenSelect.ChildrenSelectData getData()
Copyright © 2020. All rights reserved.