Uses of Interface
com.avaje.ebean.TxCallable

Packages that use TxCallable
com.avaje.ebean Core API (see Ebean and EbeanServer). 
 

Uses of TxCallable in com.avaje.ebean
 

Methods in com.avaje.ebean with parameters of type TxCallable
<T> T
EbeanServer.execute(TxCallable<T> c)
          Execute a TxCallable in a Transaction with the default scope.
static
<T> T
Ebean.execute(TxCallable<T> c)
          Execute a TxCallable in a Transaction with the default scope.
<T> T
EbeanServer.execute(TxScope scope, TxCallable<T> c)
          Execute a TxCallable in a Transaction with an explicit scope.
static
<T> T
Ebean.execute(TxScope scope, TxCallable<T> c)
          Execute a TxCallable in a Transaction with an explicit scope.
 



Copyright © 2010. All Rights Reserved.