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 |
5 |
@deprecated |
FIXME Work |
0 |
fixme, @fixme |
Todo Work |
0 |
todo, @todo |
Each tag is detailed below:
Number of occurrences found in the code: 5
org.mybatis.dynamic.sql.BasicColumn |
Line |
Please replace this method by overriding the more general "render" method |
75 |
org.mybatis.dynamic.sql.SqlTable |
Line |
please use {@link AliasableSqlTable} if you need to change the table name at runtime |
39 |
please use {@link AliasableSqlTable} if you need to change the table name at runtime |
53 |
please use {@link AliasableSqlTable} if you need to change the table name at runtime |
66 |
org.mybatis.dynamic.sql.insert.render.InsertStatementProvider |
Line |
in favor of {@link InsertStatementProvider#getRow()} |
26 |