I'm using the Hibernate ORM with MySQL on the Amazon Cloud using a load balancer.
I'm now switching to GenerationType.Table and I'm wondering how you go about clustering hibernate so that I don't run into an issue where IDs are in conflict between multiple machines?