if (!isReadTimedOut(ctx)) {
return;
}
// clear the field state
JDBCContext jdbcCtx = (JDBCContext) ctx.getPersistenceContext();
// invalidate current field state
/*
FieldState currentFieldState = (FieldState) jdbcCtx.getFieldState(jdbcContextIndex);
if(currentFieldState != null)
currentFieldState.invalidate();
*/
jdbcCtx.setFieldState(jdbcContextIndex, null);
if (foreignKeyFields == null) {
return;
}