in webapp/src/main/java/domainapp/webapp/quartz/job/SampleJob.java [37:40]
public void execute(JobExecutionContext context) throws JobExecutionException {
final List<SimpleObject> all = all();
log.info("{} objects in the database", all.size());
}