Spring Boot Hibernate – JPA GenerationType Table vs Sequence strategy with MySQL
Explaining how GenerationType TABLE and SEQUENCE works with MySQL DB in Spring boot hibernate. We will build a custom TableGenerator with prefix and compare its performance with a SequenceStyleGenerator