Uses of Interface
org.seasar.doma.jdbc.query.QueryOperand.Visitor
Packages that use QueryOperand.Visitor
Package
Description
Provides query objects that build and execute SQL statements.
-
Uses of QueryOperand.Visitor in org.seasar.doma.jdbc.query
Methods in org.seasar.doma.jdbc.query with parameters of type QueryOperand.VisitorModifier and TypeMethodDescriptionvoidQueryOperand.accept(QueryOperand.Visitor visitor) Accepts a visitor to perform operations on this operand.voidQueryOperand.Param.accept(QueryOperand.Visitor visitor) Accepts a visitor to perform operations on this operand.voidQueryOperand.Prop.accept(QueryOperand.Visitor visitor) Accepts a visitor to perform operations on this operand.