org.skife.intercept.interceptors.tx
Interface TransactionFactory

All Known Implementing Classes:
ODMGTransactionFactory

public interface TransactionFactory

A factory interface for obtaining transaction references.

Implement a TransactionFactory for wrapping whatever type of transaction you are dealing with. In a typical J2EE environment you will want to get the current transaction, not make a new one.


Method Summary
 org.skife.intercept.interceptors.tx.Transaction build()
          Obtain the transaction associated with the current thread
 

Method Detail

build

public org.skife.intercept.interceptors.tx.Transaction build()
Obtain the transaction associated with the current thread