In my spring data project, there is an entity that looks like:
public class Employee { @Id @GeneratedValue(strategy= GenerationType.IDENTITY) @Co