|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public org.skife.intercept.interceptors.tx.Transaction build()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |