File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/main/java/org/mybatis/dynamic/sql/select/function Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2016-2022 the original author or authors.
2+ * Copyright 2016-2023 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1515 */
1616package org .mybatis .dynamic .sql .select .function ;
1717
18- import org .mybatis .dynamic .sql .BasicColumn ;
19- import org .mybatis .dynamic .sql .BindableColumn ;
20- import org .mybatis .dynamic .sql .render .TableAliasCalculator ;
21-
2218import java .util .ArrayList ;
2319import java .util .Arrays ;
2420import java .util .List ;
2521import java .util .stream .Collectors ;
2622
23+ import org .mybatis .dynamic .sql .BasicColumn ;
24+ import org .mybatis .dynamic .sql .BindableColumn ;
25+ import org .mybatis .dynamic .sql .render .TableAliasCalculator ;
26+
2727public class Concat <T > extends AbstractUniTypeFunction <T , Concat <T >> {
2828 private final List <BasicColumn > allColumns = new ArrayList <>();
2929
You can’t perform that action at this time.
0 commit comments