Uses of Interface
org.silverpeas.persistence.Transaction.Process

Packages that use Transaction.Process
org.silverpeas.persistence   
 

Uses of Transaction.Process in org.silverpeas.persistence
 

Methods in org.silverpeas.persistence with parameters of type Transaction.Process
<RETURN_VALUE>
RETURN_VALUE
Transaction.perform(Transaction.Process<RETURN_VALUE> process)
          The given process is executed in a transaction : support a current transaction, create a new one if none exists.
static
<RETURN_VALUE>
RETURN_VALUE
Transaction.performInOne(Transaction.Process<RETURN_VALUE> process)
          Performs in a single transaction the specified process.
 



Copyright © 2016 Silverpeas. All Rights Reserved.