玖涯软件开发
Home
Blog
MyBatis Tag assocation and attribute extends in duplicate records
2025-01-14 07:44:21
1105
It is utterly confusing to me that using tag assocation and attribute extends .Here is the sql and the result.Basically ...
MyBatis The property with type Map.class not correctly assigned key-value, May be caused by reflector.findPropertyName(name) in MetaClass#buildProperty
2025-01-14 07:44:09
1197
MyBatis version3.5.7Database vendor and versionMySQL 8.0.25Test case or example project// User.javapublic class User { ...
MyBatis TypeHandler incorrectly selects super classes/interfaces
2025-01-14 07:44:01
7978
MyBatis version3.5.8 (any version above 3.4.2)Database vendor and versionAny (tested on Postgres 12.7 and latest JDBC, b...
MyBatis Proposed increase Cache translation function
2025-01-14 07:43:58
1709
Cache translation mainly uses cache to escape the fields of SQL query, so as to avoid database table associated query.Ch...
MyBatis SQL add AND("") for/after JOIN with string as parameter
2025-01-14 07:43:56
982
org.apache.ibatis.jdbc.SQLit is good to have possibility to add AND criteria after JOIN with parameter, so code will loo...
MyBatis user dynamic SQL tags is error when executing SQL directly through statementId
2025-01-14 07:43:53
3870
Does sqlSession support dynamic SQL tags when executing SQL directly through statementId?MyBatis version3.4.6Database ve...
MyBatis not thread-safe, and advice to use List.foreach
2025-01-14 07:43:50
1899
https://github.com/mybatis/mybatis-3/blob/1d68154c353b83aed792203c586a83f6e2e3146a/src/main/java/org/apache/ibatis/plugi...
MyBatis Can I make a cache for InterceptorChain.pluginAll
2025-01-14 07:43:48
832
`public class InterceptorChain {private final List interceptors = new ArrayList<>();//When the same proxy object i...
MyBatis Invocation should not invoke arbitrary method
2025-01-14 07:43:45
2316
If an application developer passes non-sanitized string to OGNL or similar technologies (which you should never do), an ...
MyBatis why Cursor<T> cant be Interceptor intercept?
2025-01-14 07:43:42
359
why Cursor cant be Interceptor intercept?Comment From: harawataHello @zzz222z ,This is explained in the issue template, ...
MyBatis Is there a elegant way to get RoutingStatementHandler in multiple interceptors?
2025-01-14 07:43:39
3971
I have two interceptors (PaginationInterceptor and DynamicSqlInterceptor). Both of them intecept below.@Intercepts({@Sig...
MyBatis flushStatements() is not intercepted when it's called from commit method of executor
2025-01-14 07:43:37
797
I'm trying to intercept flushStatements() using plugin. The interceptor works fine when the method is called directly (i...
MyBatis Can interceptors provide sorting support?
2025-01-14 07:43:34
595
Hello, I have created an interceptor, but I found that it conflicts with the order of other interceptors. The other inte...
MyBatis Interceptor optimization
2025-01-14 07:43:32
7297
If there are multiple interceptors intercepting the same method, the same number of dynamic proxy classes will be create...
MyBatis Mybatis sqlbound parametMapping get property type failed
2025-01-14 07:43:26
6106
Hi all,in this case, this sql parsed with two params and mybatis wrap them as ParamMap type, when parsing the boud sql, ...
MyBatis TypeHandler lost information of actualTypeArguments when class is ParameterizedType
2025-01-14 07:42:59
4328
MyBatis version3.4.5Database vendor and versionmysql 5.7+Test case or example projectdeserialize data in table test to P...
MyBatis Lookup constructor argument types based on index when arg name not provided
2025-01-14 07:42:57
2375
Mybatis currently has the ability to match constructor args declared in mapper xml to constructors in bean classes using...
MyBatis partial repeated data leads to result data loss
2025-01-14 07:42:55
3221
MyBatis version3.5.15Database vendor and versionmysql8 Test case or example projectSteps to reproducecreate table and im...
MyBatis when we use @Param annotation, like this param.field, that cause my custom TypeHandler dosen't work
2025-01-14 07:42:50
3436
MyBatis versionmybatis:3.4.6 mybatis-spring-boot-starter:1.3.2Database vendor and versionmysql:5.7Test case or example ...
MyBatis MyBatis fails to find constructor for records
2025-01-14 07:42:48
3871
IssueWhile upgrading an application from SpringBoot2/MyBatisSpring2 to SpringBoot3/MyBatisSpring3 I noticed errors while...
上一页
下一页
1
…
1001
1002
1003
1004
1005
…
2246
.