HHH-9174 cache SqlExceptionHelper reference

This commit is contained in:
Brett Meyer 2014-05-09 12:33:34 -04:00
parent 56239da312
commit 80f2b1f564
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ public class JdbcCoordinatorImpl implements JdbcCoordinator {
}
public SqlExceptionHelper sqlExceptionHelper() {
return transactionEnvironment().getJdbcServices().getSqlExceptionHelper();
return exceptionHelper;
}