We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229548c commit 9a8c333Copy full SHA for 9a8c333
src/main/java/org/mybatis/spring/SqlSessionTemplate.java
@@ -65,8 +65,7 @@
65
* "sqlSessionFactory" property or as a constructor argument.
66
* <p>
67
* SqlSessionTemplate is thread safe, so a single instance can be shared by all DAOs; there
68
- * should also be a small memory savings by doing this. To support a shared template, this class has
69
- * a constructor that accepts an SqlSessionTemplate. This pattern can be used in Spring
+ * should also be a small memory savings by doing this. This pattern can be used in Spring
70
* configuration files as follows:
71
*
72
* <pre class="code">
0 commit comments