Nineya
Home
Blog
MyBatis Returning Account object after inserting new value into Account table in db
2025-01-14 06:59:20
1259
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
2025-01-14 06:59:17
121
MyBatis version3.x.xDatabase vendor and versionTest case or example projectSteps to reproduceExpected resultActual resul...
MyBatis Removed the conditional operator test smell
2025-01-14 06:59:15
1112
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
2025-01-14 06:59:11
475
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
2025-01-14 06:59:09
5346
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...
2025-01-14 06:59:06
18787
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
2025-01-14 06:59:03
1906
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
2025-01-14 06:58:58
164
translated the shrinkWhitespacesInSql settingComment From: bin0234translat the shrinkWhitespacesInSql setting to chines...
MyBatis Bump mockito-junit-jupiter from 3.4.2 to 3.4.4
2025-01-14 06:58:55
1924
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
2025-01-14 06:58:50
1924
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
2025-01-14 06:58:45
1942
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
2025-01-14 06:58:40
121
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
2025-01-14 06:58:38
4293
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
2025-01-14 06:58:31
3311
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
2025-01-14 06:58:28
4311
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
2025-01-14 06:58:20
184
Comment From: ZhangShenaoHashSet.toArray() will use the actual size of HashSet, so it's unnecessary to pass a large size...
MyBatis Optimization code
2025-01-14 06:58:18
367
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
2025-01-14 06:58:14
169
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
2025-01-14 06:58:12
480
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
2025-01-14 06:58:09
3046
Transaction isolation levels in mybatis are defined in an enum with fixed isolation levels. This makes sense for most ca...
上一页
下一页
1
…
1013
1014
1015
1016
1017
…
2246
.