|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transaction | |
|---|---|
| org.apache.ojb.odmg | |
| org.odmg | |
| Uses of Transaction in org.apache.ojb.odmg |
|---|
| Subinterfaces of Transaction in org.apache.ojb.odmg | |
|---|---|
interface |
TransactionExt
Offers useful none odmg-standard methods of the odmg Transaction interface. |
| Classes in org.apache.ojb.odmg that implement Transaction | |
|---|---|
class |
J2EETransactionImpl
Implementation for use in managed environments. |
class |
NarrowTransaction
Wraps Transaction in managed environments. |
class |
TransactionImpl
Implementation of Transaction for org.odmg.Transaction. |
| Methods in org.apache.ojb.odmg that return Transaction | |
|---|---|
Transaction |
ImplementationImpl.currentTransaction()
Get the current Transaction for the thread. |
Transaction |
ImplementationJTAImpl.currentTransaction()
|
Transaction |
ImplementationImpl.newTransaction()
Create a Transaction object and associate it with the current thread. |
Transaction |
ImplementationJTAImpl.newTransaction()
Not supported in managed-environment. |
| Constructors in org.apache.ojb.odmg with parameters of type Transaction | |
|---|---|
PBCapsule(PBKey pbKey,
Transaction tx)
|
|
| Uses of Transaction in org.odmg |
|---|
| Methods in org.odmg that return Transaction | |
|---|---|
Transaction |
Implementation.currentTransaction()
Get the current Transaction for the thread. |
Transaction |
Implementation.newTransaction()
Create a Transaction object and associate it with the current thread. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||