MyBatis Constructor Args do not support columnPrefix

I use primarily immutable model objects for all of my stored data. As a result all of my member variables are final whic...

MyBatis Constructor based java.util.Date throws Exception, expects java.sql.TimeStamp

MyBatis version3.3.1Database vendor and versionSQL Server 2014Test case or example projectImmutable POJO's with java.uti...

MyBatis throw TooManyResultsException when use mutiple resultsets store procedure

MyBatis version3.3.1Database vendor and versionTest case or example projectpublic interface BlogMapper { Blog select...

MyBatis Mybatis do not find the correct handler for a class

MyBatis version3.4.4SituationOne generic handler for several java classes:@MappedTypes({ FirtsClass,.., LastClass, ... 5...

MyBatis BaseBuilder#resolveTypeHandler does not account javaType for caching handlers

MyBatis version3.4.2Database vendor and versionPostgres 9.6Steps to reproduceI have result map with 2 Enums in it for ha...

MyBatis Constructor id arguments don't need to be listed first

I was working on using MyBatis with pre-existing classes and i ran into the problem that according to the DTD idArgs nee...

MyBatis Incorrect work with immutable objects

Mybatis has immutable object support but not ideal. Suppose we have class and mapperpublic enum TestEnum { ONE, TWO; ...

MyBatis When using @ConstructorArgs, shouldn't implicit type resolution be run against the constructor arguments?

MyBatis version3.5.11Steps to reproduceclass MyType { final String computed; public MyType(Integer i) { thi...

MyBatis Issues when mixing @Arg with and without name

i was using simple @Arg(column, type). Tried to add name=... to some args that had the same type, to make things more re...

MyBatis MyBatis using Java records with a collection in the constructor gives an error during mapping

We are moving from using Java Pojo's as DTO's to records with the MyBatis framework.The following two record types are u...

MyBatis Regression: Constructor args fails on record types

MyBatis version3.5.11 via mybatis-spring-boot-starter 2.3.0Regression from 3.5.9 via mybatis-spring-boot-starter 2.2.2Da...

MyBatis MyBatis Constructor Injection should support <collection> as well?

I currently have the problem that it seems like MyBatis constructor injection does not support the &lt;collection&gt; in...

MyBatis DefaultParameterHandler bug

MyBatis version3.5.9 (mybatis-spring-boot:2.2.2)Database vendor and versionh2, 1.4.200Test case or example projectExampl...

MyBatis Constructor Args Map Incorrect Columns When Using resultMap property

MyBatis version3.4.4tested with 3.4.2, 3.4.0 as well.Database vendor and versionH2 version 1.4.193 (although this issue ...

MyBatis VendorDatabaseIdProvider should not return null databaseId

If there is a problem retrieving database product name, then VendorDatabaseIdProvider.getDatabaseId simply returns null....

MyBatis Regression: 3.5.17 DateOnlyTypeHandler returns java.sql.Date

Bug report:In 3.5.17 a change was made to DateOnlyTypeHandler.java that effected the return type of multiple functions.h...

MyBatis Allow collection population by explicit method instead of whole setter

While trying to create a resultmap that has a collection as a constructor parameter I stumbled with issue #101 .I can un...

MyBatis Can ExpressionEvaluator instances be shared?

When creating ForEachSqlNode and IfSqlNode, an ExpressionEvaluator instance will be initialized, but many nodes can shar...

MyBatis online english manual is blank, Chinese manual is partially visible, Please check the source code!

Comment From: awxiaoxian2020Related to https://github.com/mybatis/parent/issues/600Comment From: AgostinoXI confirm that...

MyBatis Mockito subclass needed for java 25 only

mockito subclass is generally not needed. However, java 25 will fail if its removed. Keeping for now but will review a...
上一页 下一页
.