Nineya
Home
Blog
MyBatis ResultMap由于重复映射产生的全小写property,高版本映射到PO类失败
问题复现<resultMap id="BaseResultMap" type="com.xxx.Student"> <id column="student_id&qu...
2025-03-21 14:12:32
861
MyBatis knownMappers is using class object as key of map
Hi, from the source code:public class MapperRegistry { private final Configuration config; private final Map<Class&...
2025-03-15 14:03:15
3304
MyBatis map value
Feature requestIn daily query, only the key of the map can be defined. I hope that the value of the map can also be defi...
2025-02-21 14:06:02
5959
MyBatis ProviderSqlSource#createSqlSource passed a wrong type to languageDriver#createSqlSource
mybatis: latestAfter I use mybaits-generator to generate dynamic-sqlso it will use ProviderSqlSource, the parameterObjec...
2025-02-20 14:04:05
1344
MyBatis cacheEnabled bypasses BATCH mode
cacheEnabled is true by defaultWhen specifying a default executor type of BATCH, it is not used if cacheEnabled is true,...
2025-02-13 14:06:47
812
MyBatis Select fails to retrieve all the expected rows, are parameters not being set correctly?
I have a Mybatis select that uses two parameters that are collections. The first collection passes in multiple Integers,...
2025-01-29 14:04:49
3555
MyBatis <bind> should behave like a local variable inside <foreach>
I found the following problem and report it.If I have time, I will fix it and create a pull request.MyBatis version3.5.1...
2025-01-28 14:04:30
2344
MyBatis SQL parameter substitution functionality differs substantially from string substitution functionality
In both the user guide (http://mybatis.github.io/mybatis-3/sqlmap-xml.html#Parameters) and the GitHub FAQ (https://githu...
2025-01-28 14:04:24
5342
MyBatis Support of nested cursors
Hello!Can myBatis support oracle nested cursors ? https://docs.oracle.com/cd/B19306_01/server.102/b14200/expressions005....
2025-01-26 14:01:02
3099
MyBatis 在xml中的判断条件不生效的问题
<if test="query.tenantId != null and query.tenantId != '' and query.tenantId != '0'"> AND...
2025-01-24 14:03:24
827
MyBatis Error occurred when I try to "INSERT INTO ~ ON DUPLICATE KEY UPDATE" with useGeneratedKeys.
MyBatis version3.5.1Database vendor and versionMySQL 5.6Test case or example projectTable schemeCREATE TABLE `Animal` ( ...
2025-01-22 14:06:59
32222
MyBatis Issue with useGeneratedKeys in MyBatis When Using foreach and ON DUPLICATE KEY UPDATE
Dear MyBatis Team,I hope this message finds you well. Thank you for your continued efforts in maintaining and improving ...
2025-01-22 14:06:52
2144
MyBatis queryCusor() fails in streaming mode of MySQL Connector/J (fetchSize=Integer.MIN_VALUE)
MyBatis version3.5.xDatabase vendor and versionmysql mysql-connector-java-5.1.48Test case or example project @Opti...
2025-01-22 14:06:40
7855
MyBatis Support preventing and reporting feature for SQL injection
I want the feature that was implemented in #1953.But it's already closed by this message:Um...this feature seems to disc...
2025-01-14 07:44:45
3870
MyBatis Dependency Dashboard
This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.This repos...
2025-01-14 07:44:42
2434
MyBatis log cost time
like==> Preparing: select...==> Parameters: ...<== Total: 1, cost time: 1130msComment From: harawataHello @LinW...
2025-01-14 07:44:40
859
MyBatis Use Connection.isValid() in PooledDataSource or PooledConnection
PooledDataSource.pingConnection() should be simplified to use the real connection's isValid() method (leave the old code...
2025-01-14 07:44:37
862
MyBatis For Custom VFS logging
The solution is:org.apache.ibatis.builder.xml.XMLConfigBuilder#parseConfiguration, move XMLConfigBuilder#loadCustomLogIm...
2025-01-14 07:44:35
1755
MyBatis using information_schema.parameters to populate StatementType=CALLABLE parameters
With mybatis code like:// annotated @Select({ "{call sptest.adder(", "#{addend1,jdbcType=INTEGER,mode=IN},", "#{addend2...
2025-01-14 07:44:32
654
MyBatis support more statement in SQL Builder
Feature requestCurrently the SQL builder in MyBatis only support INSERT, UPDATE, SELECT, DELETE. However, sometimes we w...
2025-01-14 07:44:29
728
上一页
下一页
1
2
3
4
5
6
7
…
22
.