File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
src/main/java/org/apache/ibatis/mapping Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1515 */
1616package org .apache .ibatis .mapping ;
1717
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-
2518import java .lang .annotation .Annotation ;
2619import java .lang .reflect .Constructor ;
2720import java .util .ArrayList ;
3124import java .util .Locale ;
3225import java .util .Set ;
3326
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+
3434/**
3535 * @author Clinton Begin
3636 */
Original file line number Diff line number Diff line change 1515 */
1616package org .apache .ibatis .mapping ;
1717
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-
2318import java .util .ArrayList ;
2419import java .util .Collections ;
2520import java .util .List ;
2621import java .util .Set ;
2722
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+
2828/**
2929 * @author Clinton Begin
3030 */
You can’t perform that action at this time.
0 commit comments