Uses of Interface
org.seasar.doma.jdbc.query.QueryOperand
Packages that use QueryOperand
Package
Description
Provides query objects that build and execute SQL statements.
-
Uses of QueryOperand in org.seasar.doma.jdbc.query
Classes in org.seasar.doma.jdbc.query that implement QueryOperandModifier and TypeClassDescriptionstatic final classA parameter operand that contains both a property type and an input parameter.static final classA property operand that references an entity property.Methods in org.seasar.doma.jdbc.query that return QueryOperandModifier and TypeMethodDescriptionQueryOperandPair.getLeft()Returns the left operand.QueryOperandPair.getRight()Returns the right operand.Methods in org.seasar.doma.jdbc.query that return types with arguments of type QueryOperandConstructors in org.seasar.doma.jdbc.query with parameters of type QueryOperandModifierConstructorDescriptionQueryOperandPair(QueryOperand left, QueryOperand right) Constructs a newQueryOperandPairwith the specified operands.Constructor parameters in org.seasar.doma.jdbc.query with type arguments of type QueryOperandModifierConstructorDescriptionInsertRow(List<QueryOperand> values) Constructs a newInsertRowwith the specified values.