-
```
I use mybatis3.0.5 and ehcache2.5
For example
@Options(useCache=true)
@Select(value="SELECT ...")
public List getTestList(Map map);
I can get the testList ,but it never use cache !
when I dec…
-
```
What version of the MyBatis are you using?
3.0.5, spring-mybatis 1.0.0-RC2
Please describe the problem. Unit tests are best!
I am not able to call stored procs or functions with the spring - myb…
-
```
Hello.
I'm using Mybatis-3.0.2 together with mybatis-generator-core-1.3.0.
There is a parsing error of the element "SelectByExampleWithBLOBs" in the
generated SqlMapper XML file, the related co…
-
```
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.0.6 or mybatis3.1.0 snapshot
Please describe the problem. Unit tests are best!
When update to mybatis-spring1.1.0 snapshot, my project throw …
-
```
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…
-
```
I use mybatis3.0.5 and ehcache2.5
For example
@Options(useCache=true)
@Select(value="SELECT ...")
public List getTestList(Map map);
I can get the testList ,but it never use cache !
when I dec…
-
```
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:
…
-
```
I use mybatis3.0.5
when I put StringBuffer in HashMap
like this
Map map=new HashMap();
map.put("a",a); //a is a type of StringBuffer
RoomMapper room = sqlSession.getMapper(RoomMapper.class);
…
-
@emacarron I wasn't sure what the removal was for during release. Can you list the issue here so we can track it?