File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed
src/test/java/org/apache/ibatis/submitted
annotion_many_one_add_columnprefix
annotion_many_one_add_resultmapid Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .apache .ibatis .submitted .annotion_many_one_add_columnprefix ;
17
17
18
+ import static org .junit .jupiter .api .Assertions .*;
19
+
20
+ import java .io .Reader ;
21
+ import java .util .List ;
22
+
18
23
import org .apache .ibatis .BaseDataTest ;
19
24
import org .apache .ibatis .io .Resources ;
20
25
import org .apache .ibatis .session .SqlSession ;
23
28
import org .junit .jupiter .api .BeforeAll ;
24
29
import org .junit .jupiter .api .Test ;
25
30
26
- import static org .junit .jupiter .api .Assertions .*;
27
-
28
- import java .io .Reader ;
29
- import java .util .List ;
30
-
31
31
class OneManyColumnPrefixTest {
32
32
33
33
private static SqlSessionFactory sqlSessionFactory ;
Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .apache .ibatis .submitted .annotion_many_one_add_columnprefix ;
17
17
18
+ import java .util .List ;
19
+
18
20
import org .apache .ibatis .annotations .Result ;
19
21
import org .apache .ibatis .annotations .Results ;
20
22
import org .apache .ibatis .annotations .Select ;
21
23
22
- import java .util .List ;
23
-
24
24
/**
25
25
* @author lvyang
26
26
*/
Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .apache .ibatis .submitted .annotion_many_one_add_resultmapid ;
17
17
18
+ import static org .junit .jupiter .api .Assertions .*;
19
+
20
+ import java .io .Reader ;
21
+ import java .util .List ;
22
+
18
23
import org .apache .ibatis .BaseDataTest ;
19
24
import org .apache .ibatis .io .Resources ;
20
25
import org .apache .ibatis .session .SqlSession ;
23
28
import org .junit .jupiter .api .BeforeAll ;
24
29
import org .junit .jupiter .api .Test ;
25
30
26
- import static org .junit .jupiter .api .Assertions .*;
27
-
28
- import java .io .Reader ;
29
- import java .util .List ;
30
-
31
31
class OneManyResultMapTest {
32
32
33
33
private static SqlSessionFactory sqlSessionFactory ;
Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .apache .ibatis .submitted .annotion_many_one_add_resultmapid ;
17
17
18
+ import java .util .List ;
19
+
18
20
import org .apache .ibatis .annotations .Result ;
19
21
import org .apache .ibatis .annotations .Results ;
20
22
import org .apache .ibatis .annotations .Select ;
21
23
22
- import java .util .List ;
23
-
24
24
/**
25
25
* @author lvyang
26
26
*/
Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .apache .ibatis .submitted .annotion_many_one_add_resultmapid ;
17
17
18
- import org .apache .ibatis .annotations .*;
19
-
20
18
import java .util .List ;
21
19
20
+ import org .apache .ibatis .annotations .*;
21
+
22
22
/**
23
23
* @author lvyang
24
24
*/
You can’t perform that action at this time.
0 commit comments