
Public Member Functions | |
| ERXEditingContextDelegate () | |
Static Public Member Functions | |
| static boolean | _checkEditingContextDelegate (EOEditingContext editingContext) |
Static Public Attributes | |
| static final Logger | log |
No arg constructor for Serializable.
| static boolean _checkEditingContextDelegate | ( | EOEditingContext | editingContext | ) | [static] |
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. 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. |
final Logger log [static] |
Initial value:
Logger
.getLogger(ERXEditingContextDelegate.class)
Reimplemented in ERXDefaultEditingContextDelegate.
1.5.8