File tree Expand file tree Collapse file tree 5 files changed +0
-7
lines changed
src/test/java/org/apache/ibatis
nestedresulthandler_association Expand file tree Collapse file tree 5 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 47
47
import java .io .InputStream ;
48
48
import java .util .Arrays ;
49
49
import java .util .HashSet ;
50
- import java .util .Set ;
51
50
52
51
import static org .junit .jupiter .api .Assertions .*;
53
52
Original file line number Diff line number Diff line change 18
18
import static org .junit .jupiter .api .Assertions .*;
19
19
20
20
import java .io .Reader ;
21
- import java .util .Arrays ;
22
21
import java .util .Collections ;
23
22
import java .util .List ;
24
23
import java .util .Map ;
Original file line number Diff line number Diff line change 21
21
import org .apache .ibatis .BaseDataTest ;
22
22
import org .apache .ibatis .exceptions .PersistenceException ;
23
23
import org .apache .ibatis .io .Resources ;
24
- import org .apache .ibatis .session .ResultContext ;
25
- import org .apache .ibatis .session .ResultHandler ;
26
24
import org .apache .ibatis .session .SqlSession ;
27
25
import org .apache .ibatis .session .SqlSessionFactory ;
28
26
import org .apache .ibatis .session .SqlSessionFactoryBuilder ;
Original file line number Diff line number Diff line change 25
25
26
26
import org .apache .ibatis .BaseDataTest ;
27
27
import org .apache .ibatis .io .Resources ;
28
- import org .apache .ibatis .session .ResultContext ;
29
- import org .apache .ibatis .session .ResultHandler ;
30
28
import org .apache .ibatis .session .RowBounds ;
31
29
import org .apache .ibatis .session .SqlSession ;
32
30
import org .apache .ibatis .session .SqlSessionFactory ;
Original file line number Diff line number Diff line change 24
24
import org .apache .ibatis .session .SqlSessionFactory ;
25
25
import org .apache .ibatis .session .SqlSessionFactoryBuilder ;
26
26
import org .apache .ibatis .submitted .ognl_enum .Person .Type ;
27
- import org .apache .ibatis .submitted .ognl_enum .PersonMapper .PersonType ;
28
27
import org .junit .jupiter .api .Assertions ;
29
28
import org .junit .jupiter .api .BeforeAll ;
30
29
import org .junit .jupiter .api .Test ;
You can’t perform that action at this time.
0 commit comments