package edu.ucsb.cs156.jobs.entities
-
Classes
JPA entity for one asynchronous job: who launched it, its status, and a human-readable log that
grows while the job runs.
One line of a
Job's log, stored as its own row rather than appended into a single growing
TEXT column on
jobs.