Course.java
package com.example.jpa_training.JPAD.model; @Entity @Table(name = "COURSE") public class Course implements Serializab