File tree 3 files changed +16
-16
lines changed
main/java/org/apache/ibatis/mapping
test/java/org/apache/ibatis/submitted/global_variables_defaults
3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .apache .ibatis .mapping ;
17
17
18
- import org .apache .ibatis .annotations .Param ;
19
- import org .apache .ibatis .builder .BuilderException ;
20
- import org .apache .ibatis .logging .Log ;
21
- import org .apache .ibatis .logging .LogFactory ;
22
- import org .apache .ibatis .reflection .ParamNameUtil ;
23
- import org .apache .ibatis .session .Configuration ;
24
-
25
18
import java .lang .annotation .Annotation ;
26
19
import java .lang .reflect .Constructor ;
27
20
import java .util .ArrayList ;
31
24
import java .util .Locale ;
32
25
import java .util .Set ;
33
26
27
+ import org .apache .ibatis .annotations .Param ;
28
+ import org .apache .ibatis .builder .BuilderException ;
29
+ import org .apache .ibatis .logging .Log ;
30
+ import org .apache .ibatis .logging .LogFactory ;
31
+ import org .apache .ibatis .reflection .ParamNameUtil ;
32
+ import org .apache .ibatis .session .Configuration ;
33
+
34
34
/**
35
35
* @author Clinton Begin
36
36
*/
Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .apache .ibatis .mapping ;
17
17
18
- import org .apache .ibatis .session .Configuration ;
19
- import org .apache .ibatis .type .JdbcType ;
20
- import org .apache .ibatis .type .TypeHandler ;
21
- import org .apache .ibatis .type .TypeHandlerRegistry ;
22
-
23
18
import java .util .ArrayList ;
24
19
import java .util .Collections ;
25
20
import java .util .List ;
26
21
import java .util .Set ;
27
22
23
+ import org .apache .ibatis .session .Configuration ;
24
+ import org .apache .ibatis .type .JdbcType ;
25
+ import org .apache .ibatis .type .TypeHandler ;
26
+ import org .apache .ibatis .type .TypeHandlerRegistry ;
27
+
28
28
/**
29
29
* @author Clinton Begin
30
30
*/
Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .apache .ibatis .submitted .global_variables_defaults ;
17
17
18
+ import java .io .IOException ;
19
+ import java .io .Reader ;
20
+ import java .util .Properties ;
21
+
18
22
import org .apache .ibatis .builder .StaticSqlSource ;
19
23
import org .apache .ibatis .datasource .unpooled .UnpooledDataSource ;
20
24
import org .apache .ibatis .io .Resources ;
28
32
import org .assertj .core .api .Assertions ;
29
33
import org .junit .jupiter .api .Test ;
30
34
31
- import java .io .IOException ;
32
- import java .io .Reader ;
33
- import java .util .Properties ;
34
-
35
35
class ConfigurationTest {
36
36
37
37
@ Test
You can’t perform that action at this time.
0 commit comments