Uses of Interface
pt.ist.fenixframework.CallableWithoutException

Packages that use CallableWithoutException
pt.ist.fenixframework   
pt.ist.fenixframework.backend.infinispan   
pt.ist.fenixframework.backend.jvstmmem   
pt.ist.fenixframework.backend.mem   
pt.ist.fenixframework.backend.ogm   
 

Uses of CallableWithoutException in pt.ist.fenixframework
 

Methods in pt.ist.fenixframework with parameters of type CallableWithoutException
<T> T
TransactionManager.withTransaction(CallableWithoutException<T> command)
          Transactionally execute a command, possibly returning a result.
 

Uses of CallableWithoutException in pt.ist.fenixframework.backend.infinispan
 

Methods in pt.ist.fenixframework.backend.infinispan with parameters of type CallableWithoutException
<T> T
InfinispanTransactionManager.withTransaction(CallableWithoutException<T> command)
           
 

Uses of CallableWithoutException in pt.ist.fenixframework.backend.jvstmmem
 

Methods in pt.ist.fenixframework.backend.jvstmmem with parameters of type CallableWithoutException
<T> T
JVSTMMemTransactionManager.withTransaction(CallableWithoutException<T> command)
           
 

Uses of CallableWithoutException in pt.ist.fenixframework.backend.mem
 

Methods in pt.ist.fenixframework.backend.mem with parameters of type CallableWithoutException
<T> T
MemTransactionManager.withTransaction(CallableWithoutException<T> command)
           
 

Uses of CallableWithoutException in pt.ist.fenixframework.backend.ogm
 

Methods in pt.ist.fenixframework.backend.ogm with parameters of type CallableWithoutException
<T> T
OgmTransactionManager.withTransaction(CallableWithoutException<T> command)
           
 



Copyright © 2013. All Rights Reserved.