Uses of Interface
org.seasar.doma.jdbc.criteria.statement.SetOperator
Packages that use SetOperator
-
Uses of SetOperator in org.seasar.doma.jdbc.criteria.statement
Classes in org.seasar.doma.jdbc.criteria.statement that implement SetOperatorMethods in org.seasar.doma.jdbc.criteria.statement that return SetOperatorModifier and TypeMethodDescriptionAbstractSetOperand.union(SetOperand<ELEMENT> other) SetOperand.union(SetOperand<ELEMENT> other) Creates an UNION statementUnifiedSelectStarting.union(SetOperand<ENTITY> other) AbstractSetOperand.unionAll(SetOperand<ELEMENT> other) SetOperand.unionAll(SetOperand<ELEMENT> other) Creates an UNION ALL statementUnifiedSelectStarting.unionAll(SetOperand<ENTITY> other)