Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
mybatis-user
Conversations
Labels
About
mybatis-user
Contact owners and managers
1–30 of 3105
Welcome to our mailing list!
It may take some time for us to authorize your first post (a few hours, usually).
Mark all as read
Report abusive group
0 selected
G
Nov 23
A Java programmer from China is willing to work without compensation.
I am a Java backend programmer from China, and I have lost my job. Now, I am looking for a coding job
unread,
A Java programmer from China is willing to work without compensation.
I am a Java backend programmer from China, and I have lost my job. Now, I am looking for a coding job
Nov 23
Sejin Im
Nov 23
2nd Cache doesn't seem to work
I use mybatis 3.5.9 CachingExecutor stores a cache value by TransactionalCacheManager and the manager
unread,
2nd Cache doesn't seem to work
I use mybatis 3.5.9 CachingExecutor stores a cache value by TransactionalCacheManager and the manager
Nov 23
Limpol R
Oct 29
Proposal for Adding @Sql Annotation to Enable SQL Reuse in Mapper Annotations
I am interested in contributing to the MyBatis project by introducing a new feature that enhances SQL
unread,
Proposal for Adding @Sql Annotation to Enable SQL Reuse in Mapper Annotations
I am interested in contributing to the MyBatis project by introducing a new feature that enhances SQL
Oct 29
courage
,
Peter Cao
3
Oct 18
Has the new version of the mybatis plugin changed its parameters?
Thank you, but what I want is how to dynamically assign values to the parameters inside. Originally,
unread,
Has the new version of the mybatis plugin changed its parameters?
Thank you, but what I want is how to dynamically assign values to the parameters inside. Originally,
Oct 18
Mark Bickford
,
Iwao AVE!
4
Oct 5
Mybatis cursors and Informix
Thank you for letting us know the result! I didn't find the release notes. I just inspected the
unread,
Mybatis cursors and Informix
Thank you for letting us know the result! I didn't find the release notes. I just inspected the
Oct 5
Ryo Kamiya
,
Iwao AVE!
2
Oct 4
Inquiry: Not transactionalized
Hello Ryo, For mybatis-spring setup, we have some demo projects that use transactions. https://github
unread,
Inquiry: Not transactionalized
Hello Ryo, For mybatis-spring setup, we have some demo projects that use transactions. https://github
Oct 4
Iwao AVE!
Oct 4
Re: I have problems in running Unit Test.
Compiling records requires Java 16. Is that what you are asking? If not, please elaborate. On Sat,
unread,
Re: I have problems in running Unit Test.
Compiling records requires Java 16. Is that what you are asking? If not, please elaborate. On Sat,
Oct 4
Jyo
,
Iwao AVE!
2
Oct 4
I have a question
Hello Jyo, No, there isn't. If you have a problem, explain the details about the problem. If we
unread,
I have a question
Hello Jyo, No, there isn't. If you have a problem, explain the details about the problem. If we
Oct 4
Ryan Griffith
,
Iwao AVE!
3
Oct 4
Mapper "A" resultMap with reference to mapper "B" statement seems to clear "B" cache
Hello Ryan, Clearing cache in one mapper should not affect the other unless they share the namespace.
unread,
Mapper "A" resultMap with reference to mapper "B" statement seems to clear "B" cache
Hello Ryan, Clearing cache in one mapper should not affect the other unless they share the namespace.
Oct 4
MC D
,
Iwao AVE!
2
Jul 15
OOM in sqlBuffer, help!
Hello, Could you provide a small repro project? We may also need instruction about JVM configuration
unread,
OOM in sqlBuffer, help!
Hello, Could you provide a small repro project? We may also need instruction about JVM configuration
Jul 15
SS wang
,
Jeff Butler
2
Jun 29
How to avoid having $ in the template sql generated by Mybatis generator?
You can resolve this by switching to the newer runtime based on MyBatis Dynamic SQL Jeff Butler On
unread,
How to avoid having $ in the template sql generated by Mybatis generator?
You can resolve this by switching to the newer runtime based on MyBatis Dynamic SQL Jeff Butler On
Jun 29
yl wu
Jun 17
mybatis3.5.1com.baomidou.mybatisplus.core.MybatisConfiguration#removeMapper question
i try to removeMapper in themethod .MybatisConfiguration#removeMapper, mapperRegistryCache is simple
unread,
mybatis3.5.1com.baomidou.mybatisplus.core.MybatisConfiguration#removeMapper question
i try to removeMapper in themethod .MybatisConfiguration#removeMapper, mapperRegistryCache is simple
Jun 17
Jerry yuan
Jun 11
property tag in include tag cannot override parameters of foreach
I'm using mybatis-generator to generate the base framework of mappers and I have DemoMapper.xml
unread,
property tag in include tag cannot override parameters of foreach
I'm using mybatis-generator to generate the base framework of mappers and I have DemoMapper.xml
Jun 11
黄敏
3
May 7
MapValue annotation
use it like this ```java public interface NoticeMapper { @MapKey("status") @MapValue("
unread,
MapValue annotation
use it like this ```java public interface NoticeMapper { @MapKey("status") @MapValue("
May 7
Dan Moore
May 3
Sponsorship
Hi folks, Do you all accept sponsorship? My company sponsors some open source projects ( see https://
unread,
Sponsorship
Hi folks, Do you all accept sponsorship? My company sponsors some open source projects ( see https://
May 3
Brian Hurley
,
Iwao AVE!
5
Apr 27
EnumTypeHandler problem mybatis v3.5.11
Thank you that fixed the problem! Brian On Apr 27, 2023, at 1:31 PM, Iwao AVE! <hara...@gmail.com
unread,
EnumTypeHandler problem mybatis v3.5.11
Thank you that fixed the problem! Brian On Apr 27, 2023, at 1:31 PM, Iwao AVE! <hara...@gmail.com
Apr 27
Jeremy Landis
Apr 1
Mybatis-cdi 2.0.0 Jakarta Support Released
Hi, for those using Mybatis-cdi extension, Jakarta support has been officially released now. It is
unread,
Mybatis-cdi 2.0.0 Jakarta Support Released
Hi, for those using Mybatis-cdi extension, Jakarta support has been officially released now. It is
Apr 1
진채은
Mar 5
How to write a CLOB type (${Parameter} Column Name) in the resultMap.
Hi. There! Please tell me how to write a CLOB type ${Parameter} Column Name in the resultMap. I Want.
unread,
How to write a CLOB type (${Parameter} Column Name) in the resultMap.
Hi. There! Please tell me how to write a CLOB type ${Parameter} Column Name in the resultMap. I Want.
Mar 5
Jeremy Landis
Feb 28
Mybatis 3.5.12 Released
Hi All, We have released mybatis 3.5.12. This release addresses long asked for compiler parameters
unread,
Mybatis 3.5.12 Released
Hi All, We have released mybatis 3.5.12. This release addresses long asked for compiler parameters
Feb 28
followtry george
,
Jeremy Landis
2
Feb 28
Mybatis 3.5.11 throws MissingParametersCompilerArgumentException when I compile application use Spring Boot 3.0.3 AOT
This has been a known issue for a while. Meant to get the repo released much sooner but was having
unread,
Mybatis 3.5.11 throws MissingParametersCompilerArgumentException when I compile application use Spring Boot 3.0.3 AOT
This has been a known issue for a while. Meant to get the repo released much sooner but was having
Feb 28
Shawn
,
Guy Rouillier
4
Feb 23
I want to get the java type corresponding to the getResult method of the TypeHandler interface
You've stored the enumeration type in the constructor. Use that in any methods that don't
unread,
I want to get the java type corresponding to the getResult method of the TypeHandler interface
You've stored the enumeration type in the constructor. Use that in any methods that don't
Feb 23
7595...@qq.com
Jan 8
Generates mappr xml statements during compilation using Spring-Data-JPA like syntax rules
In my spare time I implemented a java library that generates mappr xml statements during compilation
unread,
Generates mappr xml statements during compilation using Spring-Data-JPA like syntax rules
In my spare time I implemented a java library that generates mappr xml statements during compilation
Jan 8
Pedro Rozo
12/13/22
Could Mybatis with with javaFx UI compiled with graal to Android ?
I am doing some probe of concept to simplify my data access layer, and we want to have a android
unread,
Could Mybatis with with javaFx UI compiled with graal to Android ?
I am doing some probe of concept to simplify my data access layer, and we want to have a android
12/13/22
Dany Allaw
11/30/22
mybatis batch mode
i have a 1 sqlsessionfactorybean that is creating 2 sqlsession and im injecting those sessions inside
unread,
mybatis batch mode
i have a 1 sqlsessionfactorybean that is creating 2 sqlsession and im injecting those sessions inside
11/30/22
Huang Dan
,
Iwao AVE!
2
11/17/22
Jdbc3KeyGenerator cannot get correct key property object
Hello, You should not modify the parameter map like that. It interferes with the internal logic as
unread,
Jdbc3KeyGenerator cannot get correct key property object
Hello, You should not modify the parameter map like that. It interferes with the internal logic as
11/17/22
Sushant
,
Iwao AVE!
2
10/26/22
MyBatis learning resources
Hello Sushant, Here is the official documentation that covers the basics. https://mybatis.org/mybatis
unread,
MyBatis learning resources
Hello Sushant, Here is the official documentation that covers the basics. https://mybatis.org/mybatis
10/26/22
Ed Klanke
,
Iwao AVE!
2
10/26/22
IBATIS VS MYBATIS Lazy Load
Hello Ed, I don't remember how iBATIS handles lazy loading, but you might want to check settings
unread,
IBATIS VS MYBATIS Lazy Load
Hello Ed, I don't remember how iBATIS handles lazy loading, but you might want to check settings
10/26/22
Jaylan Zhou
10/25/22
I want make mybatis parse xml async
Hi, All I need to reduce app startup time, so I get the flamegraph, it cast long time in mybatis xml
unread,
I want make mybatis parse xml async
Hi, All I need to reduce app startup time, so I get the flamegraph, it cast long time in mybatis xml
10/25/22
Nicolas Gouteux
,
Jeff Butler
3
10/20/22
Acces to MappedStatement from Interceptor
Thanks a lot, Jeff. This works exactly as I want! Regards Nicolas On Wednesday, October 19, 2022 at
unread,
Acces to MappedStatement from Interceptor
Thanks a lot, Jeff. This works exactly as I want! Regards Nicolas On Wednesday, October 19, 2022 at
10/20/22
yuan sun
,
Guy Rouillier
2
10/4/22
How can I modify the default IntegerTypeHandler in Mybatis
Are you able to modify the SQL used in this SELECT? If so, MySQL has the IFNULL() function. That
unread,
How can I modify the default IntegerTypeHandler in Mybatis
Are you able to modify the SQL used in this SELECT? If so, MySQL has the IFNULL() function. That
10/4/22