Before this commit, SimpleJobExplorer#getLastJobExecution returned the last job execution without fetching its step executions and their execution contexts. This commit fixes the implementation to load the entire object graph as done in SimpleJobExplorer#getJobExecution. Resolves #3943 #3944