|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.skife.intercept.interceptors.tx.ODMGTransactionFactory
Provides a wrapper around ODMG transactions for the TransactionInterceptor
Constructor Summary | |
ODMGTransactionFactory()
For Type 2 IoC |
|
ODMGTransactionFactory(Implementation impl)
Create a new ODMGTransactionFactory |
Method Summary | |
org.skife.intercept.interceptors.tx.Transaction |
build()
Obtain the current transaction |
void |
setImplementation(Implementation impl)
Specify the ODMG Implementation to use |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ODMGTransactionFactory(Implementation impl)
public ODMGTransactionFactory()
If this constructor is used the setImplementation(Implementation)
method must be called.
Method Detail |
public void setImplementation(Implementation impl)
Implementation
to use
impl
- public org.skife.intercept.interceptors.tx.Transaction build()
build
in interface TransactionFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |