Package | Description |
---|---|
org.eclipse.emf.cdo.transaction |
Client concepts for dealing with transactions, distributed transactions and their save points.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CDOTransactionHandler
A combination of
CDOTransactionHandler1 and CDOTransactionHandler2 . |
static interface |
CDOTransactionHandler1.WithUndo |
Modifier and Type | Class and Description |
---|---|
class |
CDOAsyncTransactionHandler
Asynchronously executes a delegate handler's pre-event methods.
|
class |
CDOAutoAttacher
A
transaction handler that automatically attaches cross-referenced objects to the
resource that contains the referencing object . |
class |
CDOAutoCommitter |
class |
CDOAutoLocker
|
static class |
CDOAutoLocker.ForSingleValuedChanges
An
auto locker that only locks objects when their single-valued features are changed. |
class |
CDODefaultTransactionHandler
An empty default implementation of
CDOTransactionHandler1 and CDOTransactionHandler2 . |
class |
CDODefaultTransactionHandler1
An empty default implementation of
CDOTransactionHandler1 . |
class |
CDOPostEventTransactionHandler
An abstract call-back class that is called by a
transcation after objects have been
attached, modified or detached. |
static class |
CDOPostEventTransactionHandler.Default
An empty default implementation of
CDOPostEventTransactionHandler . |
Modifier and Type | Method and Description |
---|---|
CDOTransactionHandler1[] |
CDOPushTransaction.getTransactionHandlers1() |
CDOTransactionHandler1[] |
CDOTransaction.getTransactionHandlers1() |
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html