SetOperationList |
SetOperationList.addBrackets(Boolean... brackets) |
SetOperationList |
SetOperationList.addBrackets(Collection<Boolean> brackets) |
SetOperationList |
SetOperationList.addOperations(Collection<? extends SetOperation> operationList) |
SetOperationList |
SetOperationList.addOperations(SetOperation... operationList) |
SetOperationList |
SetOperationList.addOrderByElements(Collection<? extends OrderByElement> orderByElements) |
SetOperationList |
SetOperationList.addOrderByElements(OrderByElement... orderByElements) |
SetOperationList |
SetOperationList.addSelects(Collection<? extends SelectBody> selects) |
SetOperationList |
SetOperationList.addSelects(SelectBody... selects) |
SetOperationList |
SetOperationList.withBrackets(List<Boolean> brackets) |
SetOperationList |
SetOperationList.withFetch(Fetch fetch) |
SetOperationList |
SetOperationList.withLimit(Limit limit) |
SetOperationList |
SetOperationList.withOffset(Offset offset) |
SetOperationList |
SetOperationList.withOperations(List<SetOperation> operationList) |
SetOperationList |
SetOperationList.withOrderByElements(List<OrderByElement> orderByElements) |
SetOperationList |
SetOperationList.withSelects(List<SelectBody> selects) |