Uses of Interface
org.eclipse.emf.cdo.common.CDOCommonTransaction
Package
Description
Server concepts for dealing with repositories and stores.
Server service provider interfaces and useful base implementations.
Client concepts for dealing with transactions, distributed transactions and their save points.
Client service provider interfaces and useful base implementations.
-
Uses of CDOCommonTransaction in org.eclipse.emf.cdo.server
Modifier and TypeInterfaceDescriptioninterface
The server-side representation of a clienttransaction
. -
Uses of CDOCommonTransaction in org.eclipse.emf.cdo.spi.server
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here... -
Uses of CDOCommonTransaction in org.eclipse.emf.cdo.transaction
Modifier and TypeInterfaceDescriptioninterface
A read-write view to the current (i.e.Modifier and TypeClassDescriptionclass
Atransaction
that persists changes to the object graph locally on commit and can later load these changes and push them to therepository
. -
Uses of CDOCommonTransaction in org.eclipse.emf.spi.cdo
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...