Tag List Report
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 |
|---|---|---|
| Deprecated Work | 11 | @deprecated |
| FIXME Work | 0 | fixme, @fixme |
| Todo Work | 0 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 11
| org.springframework.orm.ibatis.SqlMapClientCallback | Line |
|---|---|
| as of Spring 3.2, in favor of the native Spring support in the Mybatis follow-up project (https://mybatis.org/) | 25 |
| org.springframework.orm.ibatis.SqlMapClientFactoryBean | Line |
| as of Spring 3.2, in favor of the native Spring support in the Mybatis follow-up project (https://mybatis.org/) | 58 |
| org.springframework.orm.ibatis.SqlMapClientOperations | Line |
| as of Spring 3.2, in favor of the native Spring support in the Mybatis follow-up project (https://mybatis.org/) | 32 |
| org.springframework.orm.ibatis.SqlMapClientTemplate | Line |
| as of Spring 3.2, in favor of the native Spring support in the Mybatis follow-up project (https://mybatis.org/) | 72 |
| as of Spring 3.0 - not really needed anymore with generic {@link #execute} method | 243 |
| as of Spring 3.0 - not really needed anymore with generic {@link #execute} method | 261 |
| org.springframework.orm.ibatis.support.AbstractLobTypeHandler | Line |
| as of Spring 3.2, in favor of the native Spring support in the Mybatis follow-up project (https://mybatis.org/) | 42 |
| org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler | Line |
| as of Spring 3.2, in favor of the native Spring support in the Mybatis follow-up project (https://mybatis.org/) | 30 |
| org.springframework.orm.ibatis.support.BlobSerializableTypeHandler | Line |
| as of Spring 3.2, in favor of the native Spring support in the Mybatis follow-up project (https://mybatis.org/) | 35 |
| org.springframework.orm.ibatis.support.ClobStringTypeHandler | Line |
| as of Spring 3.2, in favor of the native Spring support in the Mybatis follow-up project (https://mybatis.org/) | 32 |
| org.springframework.orm.ibatis.support.SqlMapClientDaoSupport | Line |
| as of Spring 3.2, in favor of the native Spring support in the Mybatis follow-up project (https://mybatis.org/) | 34 |
MyBatis