Module org.seasar.doma.core
Class SetOperationContext.Union<ELEMENT>
java.lang.Object
org.seasar.doma.jdbc.criteria.context.SetOperationContext.Union<ELEMENT>
- All Implemented Interfaces:
SetOperationContext<ELEMENT>
- Enclosing interface:
- SetOperationContext<ELEMENT>
public static class SetOperationContext.Union<ELEMENT>
extends Object
implements SetOperationContext<ELEMENT>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.seasar.doma.jdbc.criteria.context.SetOperationContext
SetOperationContext.Select<ELEMENT>, SetOperationContext.Union<ELEMENT>, SetOperationContext.UnionAll<ELEMENT>, SetOperationContext.Visitor<R> -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal SetOperationContext<ELEMENT>final List<Pair<OrderByItem.Index,String>> final SetOperationContext<ELEMENT> -
Constructor Summary
ConstructorsConstructorDescriptionUnion(SetOperationContext<ELEMENT> left, SetOperationContext<ELEMENT> right) -
Method Summary
-
Field Details
-
left
-
right
-
orderBy
-
-
Constructor Details
-
Union
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceSetOperationContext<ELEMENT>
-