public abstract class AbstractSqlConditionGroupExpression<C extends cn.featherfly.hammer.expression.ConditionGroupExpression<C,L>,L extends cn.featherfly.hammer.expression.ConditionGroupLogicExpression<C,L>> extends AbstractSqlConditionExpression<L> implements cn.featherfly.hammer.expression.ConditionGroupExpression<C,L>, cn.featherfly.hammer.expression.ConditionGroupLogicExpression<C,L>, cn.featherfly.common.db.builder.SqlBuilder, cn.featherfly.hammer.expression.condition.ParamedExpression
sql condition group builder sql条件逻辑组构造器
| 限定符和类型 | 字段和说明 |
|---|---|
protected cn.featherfly.common.repository.mapping.ClassMapping<?> |
classMapping |
dialect, parent| 限定符 | 构造器和说明 |
|---|---|
|
AbstractSqlConditionGroupExpression(cn.featherfly.common.db.dialect.Dialect dialect) |
protected |
AbstractSqlConditionGroupExpression(cn.featherfly.common.db.dialect.Dialect dialect,
L parent,
java.lang.String queryAlias,
cn.featherfly.common.repository.mapping.ClassMapping<?> classMapping) |
|
AbstractSqlConditionGroupExpression(cn.featherfly.common.db.dialect.Dialect dialect,
java.lang.String queryAlias) |
|
AbstractSqlConditionGroupExpression(cn.featherfly.common.db.dialect.Dialect dialect,
java.lang.String queryAlias,
cn.featherfly.common.repository.mapping.ClassMapping<?> classMapping) |
| 限定符和类型 | 方法和说明 |
|---|---|
C |
and() |
<T> L |
co(cn.featherfly.common.lang.function.ReturnStringFunction<T> name,
java.lang.String value) |
L |
co(java.lang.String name,
java.lang.String value) |
L |
co(cn.featherfly.common.lang.function.StringSupplier property) |
protected abstract C |
createGroup(L parent,
java.lang.String queryAlias) |
L |
endGroup() |
<T,R> L |
eq(cn.featherfly.common.lang.function.SerializableFunction<T,R> name,
java.lang.Object value) |
<R> L |
eq(cn.featherfly.common.lang.function.SerializableSupplier<R> property) |
L |
eq(java.lang.String name,
java.lang.Object value) |
<T> L |
ew(cn.featherfly.common.lang.function.ReturnStringFunction<T> name,
java.lang.String value) |
L |
ew(java.lang.String name,
java.lang.String value) |
L |
ew(cn.featherfly.common.lang.function.StringSupplier property) |
<R extends java.util.Date> |
ge(cn.featherfly.common.lang.function.DateSupplier<R> property) |
L |
ge(cn.featherfly.common.lang.function.LocalDateSupplier property) |
L |
ge(cn.featherfly.common.lang.function.LocalDateTimeSupplier property) |
L |
ge(cn.featherfly.common.lang.function.LocalTimeSupplier property) |
<R extends java.lang.Number> |
ge(cn.featherfly.common.lang.function.NumberSupplier<R> property) |
<T,D extends java.util.Date> |
ge(cn.featherfly.common.lang.function.ReturnDateFunction<T,D> name,
D value) |
<T> L |
ge(cn.featherfly.common.lang.function.ReturnLocalDateFunction<T> name,
java.time.LocalDate value) |
<T> L |
ge(cn.featherfly.common.lang.function.ReturnLocalDateTimeFunction<T> name,
java.time.LocalDateTime value) |
<T> L |
ge(cn.featherfly.common.lang.function.ReturnLocalTimeFunction<T> name,
java.time.LocalTime value) |
<T,N extends java.lang.Number> |
ge(cn.featherfly.common.lang.function.ReturnNumberFunction<T,N> name,
N value) |
<T> L |
ge(cn.featherfly.common.lang.function.ReturnStringFunction<T> name,
java.lang.String value) |
<D extends java.util.Date> |
ge(java.lang.String name,
D value) |
L |
ge(java.lang.String name,
java.time.LocalDate value) |
L |
ge(java.lang.String name,
java.time.LocalDateTime value) |
L |
ge(java.lang.String name,
java.time.LocalTime value) |
<N extends java.lang.Number> |
ge(java.lang.String name,
N value) |
L |
ge(java.lang.String name,
java.lang.String value) |
L |
ge(cn.featherfly.common.lang.function.StringSupplier property) |
java.lang.String |
getQueryAlias()
返回queryAlias
|
protected AbstractSqlConditionGroupExpression<C,L> |
getRoot() |
C |
group() |
<R extends java.util.Date> |
gt(cn.featherfly.common.lang.function.DateSupplier<R> property) |
L |
gt(cn.featherfly.common.lang.function.LocalDateSupplier property) |
L |
gt(cn.featherfly.common.lang.function.LocalDateTimeSupplier property) |
L |
gt(cn.featherfly.common.lang.function.LocalTimeSupplier property) |
<R extends java.lang.Number> |
gt(cn.featherfly.common.lang.function.NumberSupplier<R> property) |
<T,D extends java.util.Date> |
gt(cn.featherfly.common.lang.function.ReturnDateFunction<T,D> name,
D value) |
<T> L |
gt(cn.featherfly.common.lang.function.ReturnLocalDateFunction<T> name,
java.time.LocalDate value) |
<T> L |
gt(cn.featherfly.common.lang.function.ReturnLocalDateTimeFunction<T> name,
java.time.LocalDateTime value) |
<T> L |
gt(cn.featherfly.common.lang.function.ReturnLocalTimeFunction<T> name,
java.time.LocalTime value) |
<T,N extends java.lang.Number> |
gt(cn.featherfly.common.lang.function.ReturnNumberFunction<T,N> name,
N value) |
<T> L |
gt(cn.featherfly.common.lang.function.ReturnStringFunction<T> name,
java.lang.String value) |
<D extends java.util.Date> |
gt(java.lang.String name,
D value) |
L |
gt(java.lang.String name,
java.time.LocalDate value) |
L |
gt(java.lang.String name,
java.time.LocalDateTime value) |
L |
gt(java.lang.String name,
java.time.LocalTime value) |
<N extends java.lang.Number> |
gt(java.lang.String name,
N value) |
L |
gt(java.lang.String name,
java.lang.String value) |
L |
gt(cn.featherfly.common.lang.function.StringSupplier property) |
<T,R> L |
in(cn.featherfly.common.lang.function.SerializableFunction<T,R> name,
java.lang.Object value) |
<R> L |
in(cn.featherfly.common.lang.function.SerializableSupplier<R> property) |
L |
in(java.lang.String name,
java.lang.Object value) |
<T,R> L |
inn(cn.featherfly.common.lang.function.SerializableFunction<T,R> name) |
L |
inn(java.lang.String name) |
<T,R> L |
isn(cn.featherfly.common.lang.function.SerializableFunction<T,R> name) |
L |
isn(java.lang.String name) |
<R extends java.util.Date> |
le(cn.featherfly.common.lang.function.DateSupplier<R> property) |
L |
le(cn.featherfly.common.lang.function.LocalDateSupplier property) |
L |
le(cn.featherfly.common.lang.function.LocalDateTimeSupplier property) |
L |
le(cn.featherfly.common.lang.function.LocalTimeSupplier property) |
<R extends java.lang.Number> |
le(cn.featherfly.common.lang.function.NumberSupplier<R> property) |
<T,D extends java.util.Date> |
le(cn.featherfly.common.lang.function.ReturnDateFunction<T,D> name,
D value) |
<T> L |
le(cn.featherfly.common.lang.function.ReturnLocalDateFunction<T> name,
java.time.LocalDate value) |
<T> L |
le(cn.featherfly.common.lang.function.ReturnLocalDateTimeFunction<T> name,
java.time.LocalDateTime value) |
<T> L |
le(cn.featherfly.common.lang.function.ReturnLocalTimeFunction<T> name,
java.time.LocalTime value) |
<T,N extends java.lang.Number> |
le(cn.featherfly.common.lang.function.ReturnNumberFunction<T,N> name,
N value) |
<T> L |
le(cn.featherfly.common.lang.function.ReturnStringFunction<T> name,
java.lang.String value) |
<D extends java.util.Date> |
le(java.lang.String name,
D value) |
L |
le(java.lang.String name,
java.time.LocalDate value) |
L |
le(java.lang.String name,
java.time.LocalDateTime value) |
L |
le(java.lang.String name,
java.time.LocalTime value) |
<N extends java.lang.Number> |
le(java.lang.String name,
N value) |
L |
le(java.lang.String name,
java.lang.String value) |
L |
le(cn.featherfly.common.lang.function.StringSupplier property) |
<R extends java.util.Date> |
lt(cn.featherfly.common.lang.function.DateSupplier<R> property) |
L |
lt(cn.featherfly.common.lang.function.LocalDateSupplier property) |
L |
lt(cn.featherfly.common.lang.function.LocalDateTimeSupplier property) |
L |
lt(cn.featherfly.common.lang.function.LocalTimeSupplier property) |
<R extends java.lang.Number> |
lt(cn.featherfly.common.lang.function.NumberSupplier<R> property) |
<T,D extends java.util.Date> |
lt(cn.featherfly.common.lang.function.ReturnDateFunction<T,D> name,
D value) |
<T> L |
lt(cn.featherfly.common.lang.function.ReturnLocalDateFunction<T> name,
java.time.LocalDate value) |
<T> L |
lt(cn.featherfly.common.lang.function.ReturnLocalDateTimeFunction<T> name,
java.time.LocalDateTime value) |
<T> L |
lt(cn.featherfly.common.lang.function.ReturnLocalTimeFunction<T> name,
java.time.LocalTime value) |
<T,N extends java.lang.Number> |
lt(cn.featherfly.common.lang.function.ReturnNumberFunction<T,N> name,
N value) |
<T> L |
lt(cn.featherfly.common.lang.function.ReturnStringFunction<T> name,
java.lang.String value) |
<D extends java.util.Date> |
lt(java.lang.String name,
D value) |
L |
lt(java.lang.String name,
java.time.LocalDate value) |
L |
lt(java.lang.String name,
java.time.LocalDateTime value) |
L |
lt(java.lang.String name,
java.time.LocalTime value) |
<N extends java.lang.Number> |
lt(java.lang.String name,
N value) |
L |
lt(java.lang.String name,
java.lang.String value) |
L |
lt(cn.featherfly.common.lang.function.StringSupplier property) |
<T,R> L |
ne(cn.featherfly.common.lang.function.SerializableFunction<T,R> name,
java.lang.Object value) |
<R> L |
ne(cn.featherfly.common.lang.function.SerializableSupplier<R> property) |
L |
ne(java.lang.String name,
java.lang.Object value) |
<T,R> L |
nin(cn.featherfly.common.lang.function.SerializableFunction<T,R> name,
java.lang.Object value) |
<R> L |
nin(cn.featherfly.common.lang.function.SerializableSupplier<R> property) |
L |
nin(java.lang.String name,
java.lang.Object value) |
C |
or() |
<T,R extends java.util.Date> |
property(cn.featherfly.common.lang.function.ReturnDateFunction<T,R> name) |
<T,R extends java.lang.Enum<?>> |
property(cn.featherfly.common.lang.function.ReturnEnumFunction<T,R> name) |
<T,R extends java.lang.Number> |
property(cn.featherfly.common.lang.function.ReturnNumberFunction<T,R> name) |
<T> cn.featherfly.hammer.expression.condition.property.StringExpression<C,L> |
property(cn.featherfly.common.lang.function.ReturnStringFunction<T> name) |
<T,R> cn.featherfly.hammer.expression.condition.property.ObjectExpression<C,L> |
property(cn.featherfly.common.lang.function.SerializableFunction<T,R> name) |
cn.featherfly.hammer.expression.condition.property.ObjectExpression<C,L> |
property(java.lang.String name) |
<T,R extends java.util.Date> |
propertyDate(cn.featherfly.common.lang.function.SerializableFunction<T,R> name) |
cn.featherfly.hammer.expression.condition.property.DateExpression<C,L> |
propertyDate(java.lang.String name) |
<T,R extends java.lang.Enum<?>> |
propertyEnum(cn.featherfly.common.lang.function.SerializableFunction<T,R> name) |
cn.featherfly.hammer.expression.condition.property.EnumExpression<C,L> |
propertyEnum(java.lang.String name) |
<T,R extends java.lang.Number> |
propertyNumber(cn.featherfly.common.lang.function.SerializableFunction<T,R> name) |
cn.featherfly.hammer.expression.condition.property.NumberExpression<C,L> |
propertyNumber(java.lang.String name) |
<T> cn.featherfly.hammer.expression.condition.property.StringExpression<C,L> |
propertyString(cn.featherfly.common.lang.function.SerializableFunction<T,java.lang.String> name) |
cn.featherfly.hammer.expression.condition.property.StringExpression<C,L> |
propertyString(java.lang.String name) |
void |
setQueryAlias(java.lang.String queryAlias)
设置queryAlias
|
<T> L |
sw(cn.featherfly.common.lang.function.ReturnStringFunction<T> name,
java.lang.String value) |
L |
sw(java.lang.String name,
java.lang.String value) |
L |
sw(cn.featherfly.common.lang.function.StringSupplier property) |
java.lang.String |
toString() |
addCondition, build, expression, getConditions, getParam, getParams, getPropertyName, isIgnoreEmpty, setIgnoreEmptypublic AbstractSqlConditionGroupExpression(cn.featherfly.common.db.dialect.Dialect dialect)
dialect - dialectpublic AbstractSqlConditionGroupExpression(cn.featherfly.common.db.dialect.Dialect dialect,
java.lang.String queryAlias)
dialect - dialectqueryAlias - queryAliaspublic AbstractSqlConditionGroupExpression(cn.featherfly.common.db.dialect.Dialect dialect,
java.lang.String queryAlias,
cn.featherfly.common.repository.mapping.ClassMapping<?> classMapping)
dialect - dialectqueryAlias - queryAliasclassMapping - classMappingprotected AbstractSqlConditionGroupExpression(cn.featherfly.common.db.dialect.Dialect dialect,
L parent,
java.lang.String queryAlias,
cn.featherfly.common.repository.mapping.ClassMapping<?> classMapping)
dialect - dialectparent - parent groupqueryAlias - queryAliasclassMapping - classMappingpublic java.lang.String toString()
toString 在类中 AbstractSqlConditionExpression<L extends cn.featherfly.hammer.expression.ConditionGroupLogicExpression<C,L>>public L co(java.lang.String name, java.lang.String value)
public L ew(java.lang.String name, java.lang.String value)
public L eq(java.lang.String name, java.lang.Object value)
public <N extends java.lang.Number> L ge(java.lang.String name, N value)
public <D extends java.util.Date> L ge(java.lang.String name, D value)
public L ge(java.lang.String name, java.time.LocalTime value)
public L ge(java.lang.String name, java.time.LocalDate value)
public L ge(java.lang.String name, java.time.LocalDateTime value)
public L ge(java.lang.String name, java.lang.String value)
public <N extends java.lang.Number> L gt(java.lang.String name, N value)
public <D extends java.util.Date> L gt(java.lang.String name, D value)
public L gt(java.lang.String name, java.time.LocalTime value)
public L gt(java.lang.String name, java.time.LocalDate value)
public L gt(java.lang.String name, java.time.LocalDateTime value)
public L gt(java.lang.String name, java.lang.String value)
public L in(java.lang.String name, java.lang.Object value)
public L inn(java.lang.String name)
public L isn(java.lang.String name)
public <N extends java.lang.Number> L le(java.lang.String name, N value)
public <D extends java.util.Date> L le(java.lang.String name, D value)
public L le(java.lang.String name, java.time.LocalTime value)
public L le(java.lang.String name, java.time.LocalDate value)
public L le(java.lang.String name, java.time.LocalDateTime value)
public L le(java.lang.String name, java.lang.String value)
public <N extends java.lang.Number> L lt(java.lang.String name, N value)
public <D extends java.util.Date> L lt(java.lang.String name, D value)
public L lt(java.lang.String name, java.time.LocalTime value)
public L lt(java.lang.String name, java.time.LocalDate value)
public L lt(java.lang.String name, java.time.LocalDateTime value)
public L lt(java.lang.String name, java.lang.String value)
public L ne(java.lang.String name, java.lang.Object value)
public L nin(java.lang.String name, java.lang.Object value)
public L sw(java.lang.String name, java.lang.String value)
public C group()
protected AbstractSqlConditionGroupExpression<C,L> getRoot()
public L endGroup()
public C and()
public C or()
public cn.featherfly.hammer.expression.condition.property.ObjectExpression<C,L> property(java.lang.String name)
public cn.featherfly.hammer.expression.condition.property.StringExpression<C,L> propertyString(java.lang.String name)
public cn.featherfly.hammer.expression.condition.property.NumberExpression<C,L> propertyNumber(java.lang.String name)
public cn.featherfly.hammer.expression.condition.property.DateExpression<C,L> propertyDate(java.lang.String name)
public cn.featherfly.hammer.expression.condition.property.EnumExpression<C,L> propertyEnum(java.lang.String name)
public <T> L co(cn.featherfly.common.lang.function.ReturnStringFunction<T> name, java.lang.String value)
public <T> L ew(cn.featherfly.common.lang.function.ReturnStringFunction<T> name, java.lang.String value)
public <T,R> L eq(cn.featherfly.common.lang.function.SerializableFunction<T,R> name, java.lang.Object value)
public <T,N extends java.lang.Number> L ge(cn.featherfly.common.lang.function.ReturnNumberFunction<T,N> name, N value)
public <T,D extends java.util.Date> L ge(cn.featherfly.common.lang.function.ReturnDateFunction<T,D> name, D value)
public <T> L ge(cn.featherfly.common.lang.function.ReturnLocalTimeFunction<T> name, java.time.LocalTime value)
public <T> L ge(cn.featherfly.common.lang.function.ReturnLocalDateFunction<T> name, java.time.LocalDate value)
public <T> L ge(cn.featherfly.common.lang.function.ReturnLocalDateTimeFunction<T> name, java.time.LocalDateTime value)
public <T> L ge(cn.featherfly.common.lang.function.ReturnStringFunction<T> name, java.lang.String value)
public <T,N extends java.lang.Number> L gt(cn.featherfly.common.lang.function.ReturnNumberFunction<T,N> name, N value)
public <T,D extends java.util.Date> L gt(cn.featherfly.common.lang.function.ReturnDateFunction<T,D> name, D value)
public <T> L gt(cn.featherfly.common.lang.function.ReturnLocalTimeFunction<T> name, java.time.LocalTime value)
public <T> L gt(cn.featherfly.common.lang.function.ReturnLocalDateFunction<T> name, java.time.LocalDate value)
public <T> L gt(cn.featherfly.common.lang.function.ReturnLocalDateTimeFunction<T> name, java.time.LocalDateTime value)
public <T> L gt(cn.featherfly.common.lang.function.ReturnStringFunction<T> name, java.lang.String value)
public <T,R> L in(cn.featherfly.common.lang.function.SerializableFunction<T,R> name, java.lang.Object value)
public <T,R> L inn(cn.featherfly.common.lang.function.SerializableFunction<T,R> name)
public <T,R> L isn(cn.featherfly.common.lang.function.SerializableFunction<T,R> name)
public <T,N extends java.lang.Number> L le(cn.featherfly.common.lang.function.ReturnNumberFunction<T,N> name, N value)
public <T,D extends java.util.Date> L le(cn.featherfly.common.lang.function.ReturnDateFunction<T,D> name, D value)
public <T> L le(cn.featherfly.common.lang.function.ReturnLocalTimeFunction<T> name, java.time.LocalTime value)
public <T> L le(cn.featherfly.common.lang.function.ReturnLocalDateFunction<T> name, java.time.LocalDate value)
public <T> L le(cn.featherfly.common.lang.function.ReturnLocalDateTimeFunction<T> name, java.time.LocalDateTime value)
public <T> L le(cn.featherfly.common.lang.function.ReturnStringFunction<T> name, java.lang.String value)
public <T,N extends java.lang.Number> L lt(cn.featherfly.common.lang.function.ReturnNumberFunction<T,N> name, N value)
public <T,D extends java.util.Date> L lt(cn.featherfly.common.lang.function.ReturnDateFunction<T,D> name, D value)
public <T> L lt(cn.featherfly.common.lang.function.ReturnLocalTimeFunction<T> name, java.time.LocalTime value)
public <T> L lt(cn.featherfly.common.lang.function.ReturnLocalDateFunction<T> name, java.time.LocalDate value)
public <T> L lt(cn.featherfly.common.lang.function.ReturnLocalDateTimeFunction<T> name, java.time.LocalDateTime value)
public <T> L lt(cn.featherfly.common.lang.function.ReturnStringFunction<T> name, java.lang.String value)
public <T,R> L ne(cn.featherfly.common.lang.function.SerializableFunction<T,R> name, java.lang.Object value)
public <T,R> L nin(cn.featherfly.common.lang.function.SerializableFunction<T,R> name, java.lang.Object value)
public <T> L sw(cn.featherfly.common.lang.function.ReturnStringFunction<T> name, java.lang.String value)
public L co(cn.featherfly.common.lang.function.StringSupplier property)
public L ew(cn.featherfly.common.lang.function.StringSupplier property)
public <R> L eq(cn.featherfly.common.lang.function.SerializableSupplier<R> property)
public <R extends java.util.Date> L ge(cn.featherfly.common.lang.function.DateSupplier<R> property)
public <R extends java.lang.Number> L ge(cn.featherfly.common.lang.function.NumberSupplier<R> property)
public L ge(cn.featherfly.common.lang.function.LocalDateSupplier property)
public L ge(cn.featherfly.common.lang.function.LocalTimeSupplier property)
public L ge(cn.featherfly.common.lang.function.LocalDateTimeSupplier property)
public L ge(cn.featherfly.common.lang.function.StringSupplier property)
public <R extends java.lang.Number> L gt(cn.featherfly.common.lang.function.NumberSupplier<R> property)
public <R extends java.util.Date> L gt(cn.featherfly.common.lang.function.DateSupplier<R> property)
public L gt(cn.featherfly.common.lang.function.LocalDateSupplier property)
public L gt(cn.featherfly.common.lang.function.LocalTimeSupplier property)
public L gt(cn.featherfly.common.lang.function.LocalDateTimeSupplier property)
public L gt(cn.featherfly.common.lang.function.StringSupplier property)
public <R extends java.util.Date> L le(cn.featherfly.common.lang.function.DateSupplier<R> property)
public <R extends java.lang.Number> L le(cn.featherfly.common.lang.function.NumberSupplier<R> property)
public L le(cn.featherfly.common.lang.function.LocalDateSupplier property)
public L le(cn.featherfly.common.lang.function.LocalTimeSupplier property)
public L le(cn.featherfly.common.lang.function.LocalDateTimeSupplier property)
public L le(cn.featherfly.common.lang.function.StringSupplier property)
public <R extends java.lang.Number> L lt(cn.featherfly.common.lang.function.NumberSupplier<R> property)
public <R extends java.util.Date> L lt(cn.featherfly.common.lang.function.DateSupplier<R> property)
public L lt(cn.featherfly.common.lang.function.LocalDateSupplier property)
public L lt(cn.featherfly.common.lang.function.LocalTimeSupplier property)
public L lt(cn.featherfly.common.lang.function.LocalDateTimeSupplier property)
public L lt(cn.featherfly.common.lang.function.StringSupplier property)
public <R> L in(cn.featherfly.common.lang.function.SerializableSupplier<R> property)
public <R> L ne(cn.featherfly.common.lang.function.SerializableSupplier<R> property)
public <R> L nin(cn.featherfly.common.lang.function.SerializableSupplier<R> property)
public L sw(cn.featherfly.common.lang.function.StringSupplier property)
public <T,R> cn.featherfly.hammer.expression.condition.property.ObjectExpression<C,L> property(cn.featherfly.common.lang.function.SerializableFunction<T,R> name)
public <T> cn.featherfly.hammer.expression.condition.property.StringExpression<C,L> property(cn.featherfly.common.lang.function.ReturnStringFunction<T> name)
public <T,R extends java.lang.Number> cn.featherfly.hammer.expression.condition.property.NumberExpression<C,L> property(cn.featherfly.common.lang.function.ReturnNumberFunction<T,R> name)
public <T,R extends java.util.Date> cn.featherfly.hammer.expression.condition.property.DateExpression<C,L> property(cn.featherfly.common.lang.function.ReturnDateFunction<T,R> name)
public <T,R extends java.lang.Enum<?>> cn.featherfly.hammer.expression.condition.property.EnumExpression<C,L> property(cn.featherfly.common.lang.function.ReturnEnumFunction<T,R> name)
public <T> cn.featherfly.hammer.expression.condition.property.StringExpression<C,L> propertyString(cn.featherfly.common.lang.function.SerializableFunction<T,java.lang.String> name)
public <T,R extends java.lang.Number> cn.featherfly.hammer.expression.condition.property.NumberExpression<C,L> propertyNumber(cn.featherfly.common.lang.function.SerializableFunction<T,R> name)
public <T,R extends java.util.Date> cn.featherfly.hammer.expression.condition.property.DateExpression<C,L> propertyDate(cn.featherfly.common.lang.function.SerializableFunction<T,R> name)
public <T,R extends java.lang.Enum<?>> cn.featherfly.hammer.expression.condition.property.EnumExpression<C,L> propertyEnum(cn.featherfly.common.lang.function.SerializableFunction<T,R> name)
public java.lang.String getQueryAlias()
public void setQueryAlias(java.lang.String queryAlias)
queryAlias - queryAlias