File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/test/java/examples/joins Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2016-2020 the original author or authors.
2+ * Copyright 2016-2022 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.
4040import static examples .joins .OrderDetailDynamicSQLSupport .orderDetail ;
4141import static examples .joins .OrderLineDynamicSQLSupport .orderLine ;
4242import static examples .joins .OrderMasterDynamicSQLSupport .orderMaster ;
43- import static examples .joins .UserDynamicSQLSupport .user ;
4443import static org .assertj .core .api .Assertions .assertThat ;
45- import static org .mybatis .dynamic .sql .SqlBuilder .and ;
4644import static org .mybatis .dynamic .sql .SqlBuilder .equalTo ;
4745import static org .mybatis .dynamic .sql .SqlBuilder .isEqualTo ;
48- import static org .mybatis .dynamic .sql .SqlBuilder .on ;
4946import static org .mybatis .dynamic .sql .SqlBuilder .select ;
5047import static org .mybatis .dynamic .sql .SqlBuilder .sortColumn ;
5148
You can’t perform that action at this time.
0 commit comments