-
```
MyBatis3 no longer need to write the interface implementation class, like below
so:
public interface UserDao {
@ReadThroughSingleCache(namespace = "user", expiration = 3600)
@Select(va…
-
```
What version of the MyBatis are you using?
mybatis3.1.0 snaphsot
Please describe the problem. Unit tests are best!
while upgraded to mybatis3.1.0 and mybatis-spring1.1.0 snaphsot, use the same
…
-
```
MyBatis3 no longer need to write the interface implementation class, like below
so:
public interface UserDao {
@ReadThroughSingleCache(namespace = "user", expiration = 3600)
@Select(va…
-
```
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…
-
```
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…
-
```
What version of the MyBatis are you using?
mybatis3.1.1
Please describe the problem. Unit tests are best!
What is the expected output? What do you see instead?
We hope mybatis3.2 could be rele…
-
```
i can,t find mybatis3.04 release notes,can you tell me where i can find it,
thank you!
```
Original issue reported on code.google.com by `yusai...@gmail.com` on 20 Jan 2011 at 7:54
-
```
What version of the MyBatis are you using?
mbatis3.1.1
Please describe the problem. Unit tests are best!
DEBUG 2012-12-22 02:10:31,604
org.springframework.jdbc.datasource.DataSourceUtils: Fetc…
-
```
This is a new version of JPetStore based on MyBatis 3, Stripes and Spring.
If you find it useful I can add it to the subprojects folder.
```
Original issue reported on code.google.com by `eduard…
-
```
MyBatis3 no longer need to write the interface implementation class, like below
so:
public interface UserDao {
@ReadThroughSingleCache(namespace = "user", expiration = 3600)
@Select(va…