I have the following entities
@Entity public class Note { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Column(name = "NOTE_ID") private