Community

Why should not use the AUTO JPA GenerationType with MySQL and Hibernate

(Vlad Mihalcea) As I already mentioned, you should never use the TABLE identifier generator since it does not scale properly. In this post, I’ll show you why you should not rely on the AUTO GenerationType strategy if you’re Hibernate application uses MySQL.

Read More - Register for Free Membership