File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/mybatis/spring Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 65
65
* @see SqlSession
66
66
* @see ExecutorType
67
67
* @see MyBatisExceptionTranslator
68
- * @see SqlSessionExceptionTranslator
68
+ * @see PersistenceExceptionTranslator
69
69
* @version $Id$
70
70
*/
71
71
public class SqlSessionTemplate implements SqlSession {
@@ -330,7 +330,7 @@ public Connection getConnection() {
330
330
* Proxy needed to route MyBatis method calls to the proper SqlSession got
331
331
* from String's Transaction Manager
332
332
* It also unwraps exceptions thrown by {@link Method#invoke(Object, Object...)} to
333
- * pass a {@link PersistenceException} to the {@link SqlSessionExceptionTranslator }
333
+ * pass a {@link PersistenceException} to the {@link PersistenceExceptionTranslator }
334
334
*
335
335
*/
336
336
private class SqlSessionInterceptor implements InvocationHandler {
You can’t perform that action at this time.
0 commit comments