Class TransactionUtil.NoTransaction<V>

  • All Implemented Interfaces:
    java.util.concurrent.Callable<V>
    Enclosing class:
    TransactionUtil

    public static final class TransactionUtil.NoTransaction<V>
    extends java.lang.Object
    implements java.util.concurrent.Callable<V>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected NoTransaction​(java.util.concurrent.Callable<V> callable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V call()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoTransaction

        protected NoTransaction​(java.util.concurrent.Callable<V> callable)