Class TChangeLogHolder


  • public class TChangeLogHolder
    extends Object
    Holder of the changes handling the case when we send the changes prior to commit or rollback as we hit the allowed 'batch size'.
    • Constructor Detail

    • Method Detail

      • postCommit

        public void postCommit()
        On post commit send the changes we have collected.
      • postRollback

        public void postRollback()
        On post rollback send the changes we have collected and leave it up to the listener to decide what to do.