Item 65: Why to Avoid the Hibernate 5 AUTO Generator Type in MySQL
In MySQL and Hibernate 5, the GenerationType.AUTO generator type will result in using the TABLE generator . This adds a significant performance penalty. The TABLE generator type doesn’t scale ...