Uses of Class
net.ontopia.persistence.proxy.AbstractTransaction
Packages that use AbstractTransaction
-
Uses of AbstractTransaction in net.ontopia.persistence.proxy
Subclasses of AbstractTransaction in net.ontopia.persistence.proxyModifier and TypeClassDescriptionclassINTERNAL: The read-only proxy transaction implementation.classINTERNAL: The read-write proxy transaction implementation.Fields in net.ontopia.persistence.proxy declared as AbstractTransactionMethods in net.ontopia.persistence.proxy that return types with arguments of type AbstractTransactionModifier and TypeMethodDescriptionRDBMSStorage.getTransactions()INTERNAL: exposes the set of active transactions.Methods in net.ontopia.persistence.proxy with parameters of type AbstractTransactionModifier and TypeMethodDescriptionvoidRDBMSStorage.objectMerged(IdentityIF source, IdentityIF target, AbstractTransaction cause) INTERNAL: Propagates committed merges to other active transactions.protected voidRDBMSStorage.transactionClosed(AbstractTransaction transaction)