We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a0b94 commit ec3efbbCopy full SHA for ec3efbb
src/main/java/org/mybatis/dynamic/sql/util/ColumnMappingVisitor.java
@@ -21,7 +21,7 @@
21
* may or may not be supported. For example, it makes no sense to map a column to another column in
22
* an insert - so the ColumnToColumnMapping is only supported on update statements.
23
*
24
- * Rather than implement this interface directly, we recommend implementing one of the derived
+ * <p>Rather than implement this interface directly, we recommend implementing one of the derived
25
* interfaces. The derived interfaces encapsulate the rules about which mappings are applicable to the
26
* different types of statements.
27
0 commit comments