MyBatis Returning Account object after inserting new value into Account table in db

Hey guys,I am new to MyBatis so I hope you guys do not mind me asking a couple of questions.1) When trying to insert in...

MyBatis How to get saved object back after INSERT

MyBatis version3.x.xDatabase vendor and versionTest case or example projectSteps to reproduceExpected resultActual resul...

MyBatis Removed the conditional operator test smell

Problem:Conditions within the test method will alter the behavior of the test and its expected output, and would lead to...

MyBatis Update link to Java Logging documentation

the link in logging.xml document for JDK Logging API is no long available, change it to https://docs.oracle.com/javase/8...

MyBatis Mybatis 3.5.5 ResultMap Bug

MyBatis version3.5.5Database vendor and versionOracle 12CTest case or example projectI've a test case which is working f...

MyBatis Support insert multiple rows and write-back id.More about insert multipl...

Support insert multiple rows and write-back id.Multirow insertsA SQL feature (since SQL-92) is the use of row value cons...

MyBatis Bump mockito-core from 3.4.2 to 3.4.4

Bumps mockito-core from 3.4.2 to 3.4.4.Release notesSourced from mockito-core's releases.v3.4.4Release notes were automa...

MyBatis Update zh/configuration.xml

translated the shrinkWhitespacesInSql settingComment From: bin0234translat the shrinkWhitespacesInSql setting to chines...

MyBatis Bump mockito-junit-jupiter from 3.4.2 to 3.4.4

Bumps mockito-junit-jupiter from 3.4.2 to 3.4.4.Release notesSourced from mockito-junit-jupiter's releases.v3.4.4Release...

MyBatis Bump mockito-core from 3.4.0 to 3.4.2

Bumps mockito-core from 3.4.0 to 3.4.2.Release notesSourced from mockito-core's releases.v3.4.2Release notes were automa...

MyBatis Bump mockito-junit-jupiter from 3.4.0 to 3.4.2

Bumps mockito-junit-jupiter from 3.4.0 to 3.4.2.Release notesSourced from mockito-junit-jupiter's releases.v3.4.2Release...

MyBatis JacksonTypeHandler

MyBatis version3.x.xDatabase vendor and versionTest case or example projectSteps to reproduceExpected resultActual resul...

MyBatis Bump mockito-core from 3.3.3 to 3.4.0

Bumps mockito-core from 3.3.3 to 3.4.0.Release notesSourced from mockito-core's releases.v3.4.0Release notes were automa...

MyBatis Bump mysql-connector-java from 8.0.20 to 8.0.21

Bumps mysql-connector-java from 8.0.20 to 8.0.21.ChangelogSourced from mysql-connector-java's changelog.Changeloghttps:/...

MyBatis Bump mockito-junit-jupiter from 3.3.3 to 3.4.0

Bumps mockito-junit-jupiter from 3.3.3 to 3.4.0.Release notesSourced from mockito-junit-jupiter's releases.v3.4.0Release...

MyBatis Modify Array Size

Comment From: ZhangShenaoHashSet.toArray() will use the actual size of HashSet, so it's unnecessary to pass a large size...

MyBatis Optimization code

The method getPackagePath exists in two classes, one is in DefaultVFS.java, the other one is in ResolverUtil.java. And t...

MyBatis Catch InvalidPathException thrown under JPMS

Should fix #1974 .Also see : https://stackoverflow.com/questions/62756712If someone knows a way to write a unit test for...

MyBatis Added SQL_SERVER_SNAPSHOT value to TransactionIsolationLevel enum

Sql Server supports a non-standard transaction isolation level called "SNAPSHOT" whose JDBC value is 0x1000 (4096). The ...

MyBatis Support non-standard transaction isolation levels

Transaction isolation levels in mybatis are defined in an enum with fixed isolation levels. This makes sense for most ca...
上一页 下一页
.