Class AutoBatchSupport


  • @NotThreadSafe
    public abstract class AutoBatchSupport
    extends Object
    Enables for automatic batching.
    Since:
    4.0
    Author:
    Manik Surtani (manik AT jboss DOT org)
    • Constructor Detail

      • AutoBatchSupport

        public AutoBatchSupport()
    • Method Detail

      • assertBatchingSupported

        protected static void assertBatchingSupported​(Configuration c)
      • startAtomic

        protected void startAtomic()
      • endAtomic

        protected void endAtomic()
      • failAtomic

        protected void failAtomic()