public class SqlConditionGroupExpressionBuilder extends AbstractSqlConditionGroupExpression<cn.featherfly.hammer.dml.BuildableConditionGroupExpression,cn.featherfly.hammer.dml.BuildableConditionGroupLogicExpression> implements cn.featherfly.hammer.dml.BuildableConditionGroupExpression, cn.featherfly.hammer.dml.BuildableConditionGroupLogicExpression
sql condition group builder sql条件逻辑组构造器
classMappingdialect, parent| 构造器和说明 |
|---|
SqlConditionGroupExpressionBuilder(cn.featherfly.common.db.dialect.Dialect dialect) |
SqlConditionGroupExpressionBuilder(cn.featherfly.common.db.dialect.Dialect dialect,
java.lang.String queryAlias) |
SqlConditionGroupExpressionBuilder(cn.featherfly.common.db.dialect.Dialect dialect,
java.lang.String queryAlias,
cn.featherfly.common.repository.mapping.ClassMapping<?> classMapping) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected cn.featherfly.hammer.dml.BuildableConditionGroupExpression |
createGroup(cn.featherfly.hammer.dml.BuildableConditionGroupLogicExpression parent,
java.lang.String queryAlias) |
and, co, co, co, endGroup, eq, eq, eq, ew, ew, ew, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, getQueryAlias, getRoot, group, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, in, in, in, inn, inn, isn, isn, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, ne, ne, ne, nin, nin, nin, or, property, property, property, property, property, property, propertyDate, propertyDate, propertyEnum, propertyEnum, propertyNumber, propertyNumber, propertyString, propertyString, setQueryAlias, sw, sw, sw, toStringaddCondition, build, expression, getConditions, getParam, getParams, getPropertyName, isIgnoreEmpty, setIgnoreEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, gegt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gtle, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, lelt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, ltpublic SqlConditionGroupExpressionBuilder(cn.featherfly.common.db.dialect.Dialect dialect)
dialect - dialectpublic SqlConditionGroupExpressionBuilder(cn.featherfly.common.db.dialect.Dialect dialect,
java.lang.String queryAlias)
dialect - dialectqueryAlias - queryAliaspublic SqlConditionGroupExpressionBuilder(cn.featherfly.common.db.dialect.Dialect dialect,
java.lang.String queryAlias,
cn.featherfly.common.repository.mapping.ClassMapping<?> classMapping)
dialect - dialectqueryAlias - queryAliasclassMapping - classMappingprotected cn.featherfly.hammer.dml.BuildableConditionGroupExpression createGroup(cn.featherfly.hammer.dml.BuildableConditionGroupLogicExpression parent,
java.lang.String queryAlias)
createGroup 在类中 AbstractSqlConditionGroupExpression<cn.featherfly.hammer.dml.BuildableConditionGroupExpression,cn.featherfly.hammer.dml.BuildableConditionGroupLogicExpression>