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 444fed4 commit f8d4123Copy full SHA for f8d4123
src/site/xdoc/getting-started.xml
@@ -125,7 +125,7 @@ SqlSessionFactory sqlSessionFactory =
125
Notice in this case the configuration is adding a mapper class.
126
Mapper classes are Java classes that
127
contain SQL Mapping Annotations
128
- that avoid the need for XML. However, due
+ that avoid the need for XML mapping. However, due
129
to some limitations of
130
Java Annotations and the complexity of some MyBatis mappings, XML
131
mapping is still required for the
0 commit comments