Uses of Interface
org.seasar.doma.jdbc.criteria.context.Operand
Packages that use Operand
Package
Description
Provides contexts and settings used to build the criteria query statements.
Provides classes that represent the SQL expressions.
Provides the SQL queries and builders.
-
Uses of Operand in org.seasar.doma.jdbc.criteria.context
Classes in org.seasar.doma.jdbc.criteria.context that implement OperandModifier and TypeClassDescriptionstatic final classstatic final classFields in org.seasar.doma.jdbc.criteria.context declared as OperandModifier and TypeFieldDescriptionfinal OperandCriterion.Eq.rightfinal OperandCriterion.Ge.rightfinal OperandCriterion.Gt.rightfinal OperandCriterion.Le.rightfinal OperandCriterion.Lt.rightfinal OperandCriterion.Ne.rightFields in org.seasar.doma.jdbc.criteria.context with type parameters of type OperandModifier and TypeFieldDescriptionfinal Map<Operand.Prop,Operand> UpdateContext.setfinal Map<Operand.Prop,Operand> InsertContext.OnDuplicateContext.setValuesConstructors in org.seasar.doma.jdbc.criteria.context with parameters of type OperandModifierConstructorDescriptionEq(Operand.Prop left, Operand right) Ge(Operand.Prop left, Operand right) Gt(Operand.Prop left, Operand right) Le(Operand.Prop left, Operand right) Lt(Operand.Prop left, Operand right) Ne(Operand.Prop left, Operand right) -
Uses of Operand in org.seasar.doma.jdbc.criteria.expression
Fields in org.seasar.doma.jdbc.criteria.expression declared as OperandModifier and TypeFieldDescriptionfinal OperandStringExpression.TwoArgumentsStringExpression.firstfinal OperandArithmeticExpression.AbstractArithmeticExpression.leftfinal OperandArithmeticExpression.AbstractArithmeticExpression.rightfinal OperandStringExpression.TwoArgumentsStringExpression.secondFields in org.seasar.doma.jdbc.criteria.expression with type parameters of type OperandConstructors in org.seasar.doma.jdbc.criteria.expression with parameters of type OperandModifierConstructorDescriptionprotectedAbstractArithmeticExpression(PropertyMetamodel<?> propertyMetamodel, Operand left, Operand right) Add(PropertyMetamodel<?> propertyMetamodel, Operand left, Operand right) Concat(PropertyMetamodel<?> propertyMetamodel, Operand left, Operand right) Div(PropertyMetamodel<?> propertyMetamodel, Operand left, Operand right) Mod(PropertyMetamodel<?> propertyMetamodel, Operand left, Operand right) Mul(PropertyMetamodel<?> propertyMetamodel, Operand left, Operand right) Sub(PropertyMetamodel<?> propertyMetamodel, Operand left, Operand right) protectedTwoArgumentsStringExpression(String name, PropertyMetamodel<?> propertyMetamodel, Operand first, Operand second) -
Uses of Operand in org.seasar.doma.jdbc.criteria.query
Methods in org.seasar.doma.jdbc.criteria.query with parameters of type Operand