|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Transaction in org.objectweb.speedo.api |
Methods in org.objectweb.speedo.api that return Transaction | |
Transaction |
SpeedoAccessor.jdoGetTransaction()
|
Methods in org.objectweb.speedo.api with parameters of type Transaction | |
void |
SpeedoAccessor.jdoSetTransaction(Transaction tx)
Assignes the context with which the accessor is bound. |
Uses of Transaction in org.objectweb.speedo.runtime |
Classes in org.objectweb.speedo.runtime that implement Transaction | |
class |
SpeedoTransaction
|
Uses of Transaction in org.objectweb.speedo.runtime.concurrence.optimistic |
Fields in org.objectweb.speedo.runtime.concurrence.optimistic declared as Transaction | |
protected Transaction |
BasicSpeedoAccessor.tx
|
Methods in org.objectweb.speedo.runtime.concurrence.optimistic that return Transaction | |
Transaction |
BasicSpeedoAccessor.jdoGetTransaction()
|
Methods in org.objectweb.speedo.runtime.concurrence.optimistic with parameters of type Transaction | |
void |
BasicSpeedoAccessor.jdoSetTransaction(Transaction tx)
|
Uses of Transaction in org.objectweb.speedo.runtime.genclass |
Fields in org.objectweb.speedo.runtime.genclass declared as Transaction | |
protected Transaction |
GenClass.tx
This field is the transaction (Working set associate to the proxy used in pessimistic mode or outside transaction. |
Methods in org.objectweb.speedo.runtime.genclass that return Transaction | |
Transaction |
GenClass.jdoGetTransaction()
|
Methods in org.objectweb.speedo.runtime.genclass with parameters of type Transaction | |
void |
GenClass.jdoSetTransaction(Transaction tx)
|
Uses of Transaction in org.objectweb.speedo.runtime.persistence |
Methods in org.objectweb.speedo.runtime.persistence with parameters of type Transaction | |
protected void |
SpeedoTransactionalPersistenceManager.closeDataAccess(Transaction tx,
java.lang.Object da)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |