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 b01d0d8 commit fe5051cCopy full SHA for fe5051c
src/main/java/org/mybatis/spring/SqlSessionTemplate.java
@@ -140,7 +140,7 @@ public ExecutorType getExecutorType() {
140
return this.executorType;
141
}
142
143
- public PersistenceExceptionTranslator getExceptionTranslator() {
+ public PersistenceExceptionTranslator getPersistenceExceptionTranslator() {
144
return this.exceptionTranslator;
145
146
0 commit comments