public class ERXEditingContextDelegate
extends java.lang.Object
implements java.io.Serializable
ERXDefaultEditingContextDelegate.| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Logger |
log
general logging support
|
| Constructor and Description |
|---|
ERXEditingContextDelegate()
No arg constructor for Serializable.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
_checkEditingContextDelegate(EOEditingContext editingContext)
By default, and this should change in the future, all editing contexts that
are created and use ERXGenericRecords or subclasses need to have a delegate
set of instance
ERXEditingContextDelegate. |
public ERXEditingContextDelegate()
public static boolean _checkEditingContextDelegate(EOEditingContext editingContext)
ERXEditingContextDelegate. These delegates provide
the augmentation to the regular transaction mechanism, all of the will* methods
plus the flushCaching method. To change the default behaviour set the property:
er.extensions.ERXRaiseOnMissingEditingContextDelegate to false in your
WebObjects.properties file. This method is called when an object is fetched,
updated or inserted.editingContext - to check for the correct delegate.Copyright © 2002 – 2022 Project Wonder.