玖涯软件开发
Home
Blog
MyBatis Mybatis-plus v3.1.2 无法正确执行多列组合查询语句
2025-01-14 07:39:08
383
MyBatis version3.1.2Database vendor and versionmysql5.7Test case or example projectdkpkMap: MapSteps to reproduce也尝试过用@S...
MyBatis Why isn't multithreading adopted for parsing XNode and constructing MappedStatement here?
2025-01-14 07:38:58
745
private void buildStatementFromContext(List<XNode> list, String requiredDatabaseId) { for (XNode context : list...
MyBatis BindingException: Parameter 'a' not found. Available parameters are [param1, b] for the case when I use xml query building and one query for several Mapper-methods.
2025-01-14 07:38:55
2543
mybatis 3.0.0+public interface Mapper { String select(@Param("a") String s); String select(@Param("b&qu...
MyBatis Please allow extend base Enum handlers - change type access to protected
2025-01-14 07:38:52
5808
In both classes EnumTypeHandler and EnumOrdinalTypeHandler type defined as: private Class<E> type;:* https://githu...
MyBatis MyBatisSystemException: nested exception is org.apache.ibatis.builder.BuilderException
2025-01-14 07:38:50
1379
MyBatis version3.5.14Database vendor and versionMysql 8.0.29 Test case or example projecthttps://github.com/yudarer/demo...
MyBatis 是否考虑借鉴一下sqltoy-orm的sql写法?
2025-01-14 07:38:47
366
https://github.com/sagframe/sagacity-sqltoyComment From: harawataHello @chenrenfei ,As I don't understand Chinese, I am ...
MyBatis Whether the local cache needs to be locked to ensure data correctness?
2025-01-14 07:38:38
755
BaseExecutor.query(MappedStatement ms, Object parameter, RowBounds rowBounds, ResultHandler resultHandler, CacheKey key,...
MyBatis NullPointerException occurred accidentally
2025-01-14 07:38:32
23470
Occasional errors do not always occurmybatis version: 3.5.13mybatis-spring: 2.1.1mysql-connector-j: 8.1.0atomikos-util: ...
MyBatis Endless cache deserialization
2025-01-14 07:38:28
3532
MyBatis version3.4.6Database vendor and versionMySql 8.0.32Test case or example projectDon't have one.Steps to reproduce...
MyBatis insert multiple rows and write-back id error
2025-01-14 07:38:19
3825
MyBatis version3.5.3Database vendor and versionMysql8.0Test case or example projecttable def:create table `ass_vehicle_b...
MyBatis mybatis does not support N' for sql server
2025-01-14 07:38:17
2644
i have an statement like below for sql server,insert into student(name,age) values(N'张三',10)it seems we can not use N'#{...
MyBatis mybatis 3.5.1 mysql LocalDateTime wrong time zone mapping
2025-01-14 07:38:11
7135
MyBatis version3.5.1Database vendor and versionMysql 8.0.11Test case or example projectExample project.mybatis-bug.zipSt...
MyBatis virutal thread support
2025-01-14 07:38:09
213
hi i see that an intresting MR with lock support have been merged into masterdo you have any plan to deploy on mvn repo?...
MyBatis useGeneratedKeys settings
2025-01-14 07:38:06
1304
since 3.5.0 useGeneratedKey skeyProperty must be specified, the global setting useGeneratedKey could be deletedMyBatis ...
MyBatis NullpointerException thrown in BaseExecutor.queryFromDatabase()
2025-01-14 07:38:04
13856
Hi guys, I found a bug in MyBatis 3.2.2. I'm also using EhCache 2.5.1, and I have lazy loading enabled.In a project I'm ...
MyBatis Error retrieving database id results in invalid bound statement when statements are executed
2025-01-14 07:38:01
4101
Here's what happened to me:During application startup, connecting to database failsSqlSessionFactoryBean configures mapp...
MyBatis DefaultResultSetHandler#applyColumnOrderBasedConstructorAutomapping() should call Constructor.getParameterTypes() just once
2025-01-14 07:37:58
2137
MyBatis version3.5.14DefaultResultSetHandlerIt's not a bug, but memory resources can be reduced by fixing it i guesshttp...
MyBatis Handle overloaded mapper methods
2025-01-14 07:37:56
3009
MyBatis version3.4.1-SNAPSHOT/masterTest case or example projecto.a.i.submitted.overload.OverloadTest - See pull reques...
MyBatis thread pinning virtual thread
2025-01-14 07:37:53
580
hello,one of the guideline of project loom /virtual thread now in jdk21 is to avoid using synchronized block (and use lo...
MyBatis Annotation @SelectKey Not work in Spring boot 3.1.5(native application)
2025-01-14 07:37:50
17116
Because the interface InsertStatementProvider does not explicitly provide a set method, there is no set method after nat...
上一页
下一页
1
…
1005
1006
1007
1008
1009
…
2246
.