File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/test/java/org/apache/ibatis
submitted/no_result_type_map Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 17
17
18
18
import static org .assertj .core .api .Assertions .assertThat ;
19
19
20
+ import ch .qos .logback .classic .spi .ILoggingEvent ;
21
+ import ch .qos .logback .core .UnsynchronizedAppenderBase ;
22
+
20
23
import java .util .concurrent .atomic .AtomicInteger ;
21
24
22
25
import javax .sql .DataSource ;
23
26
24
- import ch .qos .logback .classic .spi .ILoggingEvent ;
25
- import ch .qos .logback .core .UnsynchronizedAppenderBase ;
26
27
import org .apache .ibatis .BaseDataTest ;
27
28
import org .apache .ibatis .annotations .Select ;
28
29
import org .apache .ibatis .domain .blog .Author ;
Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .apache .ibatis .submitted .no_result_type_map ;
17
17
18
- import org .apache .ibatis .annotations .Param ;
19
-
20
18
import java .util .List ;
21
19
20
+ import org .apache .ibatis .annotations .Param ;
21
+
22
22
public interface Mapper extends ParentMapper <User >{
23
23
24
24
User getUser (@ Param ("id" ) Integer id );
You can’t perform that action at this time.
0 commit comments