HHH-9174 cache SqlExceptionHelper reference

This commit is contained in:
Brett Meyer 2014-05-09 12:33:34 -04:00
parent 8a2a78ff33
commit 656997a82c
1 changed files with 1 additions and 1 deletions

View File

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