Hi, I'm facing a problem with getting Hibernate to do batch inserts. I have an Entity (called 'Extract') that has a component class which is mapped to a secondary table using element. It also has a relationship with a different entity. When I try to do a batch insert of Extract objects, Hibernate does not seem to be batching ...