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 b814cba commit a4e6464Copy full SHA for a4e6464
src/main/java/org/apache/ibatis/annotations/Arg.java
@@ -75,14 +75,14 @@
75
Class<? extends TypeHandler> typeHandler() default UnknownTypeHandler.class;
76
77
/**
78
- * Return the statement id for retrieving a object that map to this argument.
+ * Return the statement id for retrieving an object that map to this argument.
79
*
80
* @return the statement id
81
*/
82
String select() default "";
83
84
85
- * Returns the result map id for mapping to a object that map to this argument.
+ * Returns the result map id for mapping to an object that map to this argument.
86
87
* @return the result map id
88
0 commit comments