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 d2873b6 commit f863db4Copy full SHA for f863db4
src/main/java/org/mybatis/dynamic/sql/SqlColumn.java
@@ -110,7 +110,7 @@ public SqlColumn<T> qualifiedWith(String tableQualifier) {
110
}
111
112
/**
113
- * Set an alias with a camel cased string based on the column name. The can be useful for queries using
+ * Set an alias with a camel cased string based on the column name. This can be useful for queries using
114
* the {@link org.mybatis.dynamic.sql.util.mybatis3.CommonSelectMapper} where the columns are placed into
115
* a map based on the column name returned from the database.
116
*
0 commit comments