Q - the generic typeQW - the generic typeQWE - the generic typeC - the generic typeL - the generic typeRC - the generic typeRL - the generic typepublic interface TypeQueryEntityExpression<Q extends TypeQueryEntityPropertiesExpression<Q,QW,QWE,C,L,RC,RL>,QW extends TypeQueryWithExpression<QW,QWE,RC,RL>,QWE extends TypeQueryWithEntityExpression<QW,QWE,RC,RL>,C extends ConditionGroupExpression<C,L>,L extends ConditionGroupLogicExpression<C,L>,RC extends RepositoryConditionsGroupExpression<RC,RL>,RL extends RepositoryConditionGroupLogicExpression<RC,RL>> extends WhereExpression<C,L>, TypeQueryListExecutor, QueryCountExecutor, TypeQueryConditionLimit
TypeQueryEntityExpression
.| 限定符和类型 | 方法和说明 |
|---|---|
<T,R> Q |
id(cn.featherfly.common.lang.function.SerializableFunction<T,R> propertyName)
设置id.
|
Q |
id(java.lang.String propertyName)
设置id.
|
Q |
property(java.util.Collection<java.lang.String> propertyNames)
批量添加select的列
.
|
<T,R> Q |
property(cn.featherfly.common.lang.function.SerializableFunction<T,R>... propertyNames)
批量添加select的列
.
|
<T,R> Q |
property(cn.featherfly.common.lang.function.SerializableFunction<T,R> propertyName)
添加select的列
.
|
Q |
property(java.lang.String... propertyNames)
批量添加select的列
.
|
Q |
property(java.lang.String propertyName)
添加select的列
.
|
<T,R> QWE |
with(cn.featherfly.common.lang.function.SerializableFunction<T,R> propertyName)
with.
|
<T,R> QWE |
with(cn.featherfly.common.lang.function.SerializableFunction<T,R> propertyName,
int index)
with.
|
wherelistcountlimit, limit, limitQ id(java.lang.String propertyName)
propertyName - the property name<T,R> Q id(cn.featherfly.common.lang.function.SerializableFunction<T,R> propertyName)
T - the generic typeR - the generic typepropertyName - the property nameQ property(java.lang.String propertyName)
添加select的列
.propertyName - propertyNameQ property(java.lang.String... propertyNames)
批量添加select的列
.propertyNames - propertyNames<T,R> Q property(cn.featherfly.common.lang.function.SerializableFunction<T,R> propertyName)
添加select的列
.T - the generic typeR - the generic typepropertyName - propertyName<T,R> Q property(cn.featherfly.common.lang.function.SerializableFunction<T,R>... propertyNames)
批量添加select的列
.T - the generic typeR - the generic typepropertyNames - propertyNamesQ property(java.util.Collection<java.lang.String> propertyNames)
批量添加select的列
.propertyNames - propertyNames<T,R> QWE with(cn.featherfly.common.lang.function.SerializableFunction<T,R> propertyName)
T - the generic typeR - the generic typepropertyName - find type object property name<T,R> QWE with(cn.featherfly.common.lang.function.SerializableFunction<T,R> propertyName, int index)
T - the generic typeR - the generic typepropertyName - with type object property nameindex - with index