HHH-9174 cache SqlExceptionHelper reference
This commit is contained in:
parent
56239da312
commit
80f2b1f564
|
@ -148,7 +148,7 @@ public class JdbcCoordinatorImpl implements JdbcCoordinator {
|
|||
}
|
||||
|
||||
public SqlExceptionHelper sqlExceptionHelper() {
|
||||
return transactionEnvironment().getJdbcServices().getSqlExceptionHelper();
|
||||
return exceptionHelper;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue