The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
| Tag Class | Total number of occurrences | Tag strings used by tag class |
|---|---|---|
| Todo Work | 3 | TODO, FIXME |
Each tag is detailed below:
Number of occurrences found in the code: 3
| org.mybatis.spring.SqlSessionUtils | Line |
|---|---|
| This updates 2nd level caches but the tx may be rolledback later on! | 279 |
| org.mybatis.spring.asyncsynchronization.SqlSessionTemplateAsyncAfterCompletionTest | Line |
| Enable after migrate BMUnitRunner to BMUnitExtension | 29 |
| org.mybatis.spring.submitted.xa.UserServiceTest | Line |
| when the outer JTA tx is rolledback, SqlSession should be rolledback but it is committed because Spring calls beforeCommmit from its TX interceptor then, the JTA TX may be rolledback. | 65 |