Uses of Interface
org.odmg.Transaction
Packages that use Transaction
-
Uses of Transaction in org.odmg
Methods in org.odmg that return TransactionModifier and TypeMethodDescriptionImplementation.currentTransaction()Get the currentTransactionfor the thread.Implementation.newTransaction()Create aTransactionobject and associate it with the current thread. -
Uses of Transaction in org.rasdaman.rasnet.communication
Methods in org.rasdaman.rasnet.communication that return TransactionModifier and TypeMethodDescriptionRasRasnetImplementation.currentTransaction()RasRasnetImplementation.newTransaction() -
Uses of Transaction in rasj
Methods in rasj that return TransactionModifier and TypeMethodDescriptionRasImplementation.currentTransaction()Get current transaction for thread, or NULL if none.RasImplementationInterface.currentTransaction()RasImplementation.newTransaction()RasImplementationInterface.newTransaction() -
Uses of Transaction in rasj.odmg
Classes in rasj.odmg that implement TransactionModifier and TypeClassDescriptionclassThis class implements the ODMG Transaction interface.Methods in rasj.odmg that return TransactionModifier and TypeMethodDescriptionRasODMGImplementation.currentTransaction()Get current transaction for thread, or NULL if none.RasODMGImplementation.newTransaction()Create a new transaction object and associate it with the current thread.