Class BatchContainer

    • Constructor Detail

      • BatchContainer

        public BatchContainer()
    • Method Detail

      • startBatch

        public boolean startBatch()
                           throws CacheException
        Starts a batch
        Returns:
        true if a batch was started; false if one was already available.
        Throws:
        CacheException
      • endBatch

        public void endBatch​(boolean success)
      • endBatch

        public void endBatch​(boolean autoBatch,
                             boolean success)
      • getBatchTransaction

        public Transaction getBatchTransaction()
      • isSuspendTxAfterInvocation

        public boolean isSuspendTxAfterInvocation()