org.springframework.datastore.transactions
Class TransactionUtils

java.lang.Object
  extended by org.springframework.datastore.transactions.TransactionUtils

public class TransactionUtils
extends Object

Utility methods for Transactions

Since:
1.0

Constructor Summary
TransactionUtils()
           
 
Method Summary
static Transaction currentTransaction(Datastore datastore)
           
static Transaction getTransaction(Datastore datastore)
           
static boolean isTransactionPresent(Datastore datastore)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionUtils

public TransactionUtils()
Method Detail

isTransactionPresent

public static boolean isTransactionPresent(Datastore datastore)

currentTransaction

public static Transaction currentTransaction(Datastore datastore)

getTransaction

public static Transaction getTransaction(Datastore datastore)