-
```
What version of the MyBatis are you using?
mybatis-3.0.4
Please describe the problem. Unit tests are best!
as far as I know in ibatis2 , there was a function that select clause can
directly ret…
-
```
MyBatis3.2.0+Spring3.2.1(MyBatis3.1.1 is ok)
2013-02-20 11:53:54 - [ WARN ] Invocation of destroy method 'close' failed on
bean with name 'sqlSessionTemplate'
java.lang.UnsupportedOperationExcep…
-
```
What version of the MyBatis are you using?
mybatis3.1.1
Please describe the problem. Unit tests are best!
I used mybatis with db2 8.1, there is problems when sql text appears newlines
in mappin…
-
```
What version of the MyBatis are you using?
mybatis3.1.1
Please describe the problem. Unit tests are best!
I used mybatis with db2 8.1, there is problems when sql text appears newlines
in mappin…
-
```
What version of the MyBatis are you using?
MyBatis 3.0.5
Please describe the problem. Unit tests are best!
I applied MBG generated myabtis code, the database is mySQL, ID is the
automatic growt…
-
```
What version of the MyBatis are you using?
--MyBatis3.1
Please describe the problem. Unit tests are best!
--
======== Service Code
@Service
public class UserServiceImpl implements IUserService …
-
```
What version of the MyBatis are you using?
MyBatis 3.0.5
Please describe the problem. Unit tests are best!
I applied MBG generated myabtis code, the database is mySQL, ID is the
automatic growt…
-
-
```
mybatis3.0.4
mybatis-spring-1.0.1
spring3.0.5
Mapper
public interface MockEntityMapper {
List selectByExampleWithRowbounds(MockEntityCondition example, RowBounds rowBounds);
}
maper.xml
ellip…
-
```
What version of the MyBatis are you using?
mybatis3.1
Please describe the problem. Unit tests are best!
Can not be resolved when one sql parameter
normal operation code for example:
…