Hi all, As I am using using mysql database and I am using id strategy.
@GeneratedValue(strategy = GenerationType.TABLE
and I found that using jpa xml can define a application level generator from the below link
I have tried but failed. Did anyone use this method?