I have the following tables:
JOB
@Entity @Table(name = "job") data class JobEntity( { .. .. //irrelevant code ): Trackable