Uses of Interface
org.seasar.doma.jdbc.criteria.context.Operand.Visitor
Packages that use Operand.Visitor
Package
Description
Provides contexts and settings used to build the criteria query statements.
-
Uses of Operand.Visitor in org.seasar.doma.jdbc.criteria.context
Methods in org.seasar.doma.jdbc.criteria.context with parameters of type Operand.VisitorModifier and TypeMethodDescription<R> ROperand.accept(Operand.Visitor<R> visitor) <R> ROperand.Param.accept(Operand.Visitor<R> visitor) <R> ROperand.Prop.accept(Operand.Visitor<R> visitor)