I am changing the id generated value strategy from @GeneratedValue(strategy = IDENTITY) to GenerationType.SEQUENCE because I would like to enable batch
@GeneratedValue(strategy = IDENTITY)
GenerationType.SEQUENCE