-
```
What version of the MyBatis are you using?
mybatis-spring1.0.2 with mybatis3.0.6
Please describe the problem. Unit tests are best!
1. First I use the mybatis-spring scanner configuration to lo…
-
```
MyBatis completely delegates logging to implementations like SLF4J or log4j.
The drawback is that it's not possible to programmatically change logging
configuration when the application is wrapp…
-
```
MyBatis completely delegates logging to implementations like SLF4J or log4j.
The drawback is that it's not possible to programmatically change logging
configuration when the application is wrapp…
-
```
What version of the MyBatis are you using?
mybatis-spring1.0.2 with mybatis3.0.6
Please describe the problem. Unit tests are best!
1. First I use the mybatis-spring scanner configuration to lo…
-
```
What version of the MyBatis are you using?
My batis with sonar 3.2 included
Please describe the problem. Unit tests are best!
Problem occurs on Turkish language systems.
String key = stri…
-
```
What version of the MyBatis are you using?
Spring 3.0.6.RELEASE
mybatis 3.0.6
mybatis-spring 1.0.2
Please describe the problem. Unit tests are best!
[Logic code]
@Service(value = "userErrBLogic"…
-
```
What version of the MyBatis are you using?
My batis with sonar 3.2 included
Please describe the problem. Unit tests are best!
Problem occurs on Turkish language systems.
String key = stri…
-
```
What version of the MyBatis are you using?
My batis with sonar 3.2 included
Please describe the problem. Unit tests are best!
Problem occurs on Turkish language systems.
String key = stri…
-
```
i used EhCache in mapper.xml , i found that "hits radio" always appears in log
file.
at last i found there code:
in org.apache.ibatis.builder.MapperBuilderAssistant
-----------------------------…
-
```
My Batis 3.0.2
Basically I'm using the following select to retrieve the next value from a
hsqldb sequence:
call NEXT VALUE FOR PBSEQ;
Repeated calls return the same value. After…