QW - the generic typeQWO - the generic typeQWE - the generic typeC - the generic typeL - the generic typepublic interface QueryWithEntityExpression<QW extends QueryWithExpression<QW,QWO,QWE,C,L>,QWO extends QueryWithOnExpression<QW,QWO,QWE,C,L>,QWE extends QueryWithEntityExpression<QW,QWO,QWE,C,L>,C extends RepositoryConditionsGroupExpression<C,L>,L extends RepositoryConditionGroupLogicExpression<C,L>> extends RepositoryWhereExpression<C,L>, QueryWithExpression<QW,QWO,QWE,C,L>
QueryWithEntityExpression
.| 限定符和类型 | 方法和说明 |
|---|---|
QW |
fetch()
添加查询出来的所有属性.
|
QWE |
fetch(java.util.Collection<java.lang.String> propertyNames)
添加查询出来的属性
.
|
<T,R> QWE |
fetch(cn.featherfly.common.lang.function.SerializableFunction<T,R>... propertyNames)
添加查询出来的属性
.
|
<T,R> QWE |
fetch(cn.featherfly.common.lang.function.SerializableFunction<T,R> propertyName)
添加查询出来的属性
.
|
QWE |
fetch(java.lang.String... propertyNames)
添加查询出来的属性
.
|
QWE |
fetch(java.lang.String propertyName)
添加查询出来的属性
.
|
with, withwherelist, list, listlimit, limit, limitQWE fetch(java.lang.String propertyName)
添加查询出来的属性
.propertyName - propertyNameQWE fetch(java.lang.String... propertyNames)
添加查询出来的属性
.propertyNames - propertyNames<T,R> QWE fetch(cn.featherfly.common.lang.function.SerializableFunction<T,R> propertyName)
添加查询出来的属性
.T - the generic typeR - the generic typepropertyName - propertyName<T,R> QWE fetch(cn.featherfly.common.lang.function.SerializableFunction<T,R>... propertyNames)
添加查询出来的属性
.T - the generic typeR - the generic typepropertyNames - propertyNamesQWE fetch(java.util.Collection<java.lang.String> propertyNames)
添加查询出来的属性
.propertyNames - propertyNamesQW fetch()