0 Replies Latest reply on Jul 9, 2010 10:15 AM by munico

    How to bulk update / bulk insert?

    munico

      I'm using Envers with Hibernate 3.5.2 in combination with Spring.

       

      Due to performance issues, I have to bulk insert and especially update data with a traditional HQL query (e.g. update MyItem set lockedBy = ? where id = ? or id = ? or...).

      In this case, no audit entry is stored to my MYITEM_AUD table.

      How can I get this work?

       

      Thx!