DEV Community

Discussion on: Best Possible Hibernate Configuration for Batch Inserts

 
mwaseemmnnit profile image
Mohd Waseem

Hibernate is created hibernate_sequence table when i used sequence generator. Since mysql doesnt support sequence generator hibernate fall back to table generator due to which i was able to run example mentioned in the post.