I would like to set the configuration options order_inserts and order_updates to true, as I have batch inserts that aren't getting rewritten by Mysql because they alternate between two different entities. The HibernateMBean doesn't seem to have an interface for setting these options.
I am using hibernate 3.3.1 with JBoss 4.2.3. My setup uses the the hibernate-service.xml file to configure the HibernateMBean, and .hbm.xml files to define the mappings (no annotations, no EntityManager), etc. Is this impossible with this setup? What would allow me to set these options with the least disruption?
|