ERXEC@Deprecated
public class ERXTolerantSaver
extends java.lang.Object
The tolerant saver provides a way to save an editing context in
a tolerant fashion. By tolerant we mean that you can have the
option to save an editing context and have the exception ignored,
hvae the changes merged from the database or stomp all the changes
the database regardless of locking. The entry point for using this
class is the save method.
| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Logger |
log
Deprecated.
logging support
|
| Constructor and Description |
|---|
ERXTolerantSaver()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
save(EOEditingContext ec,
boolean writeAnyWay)
Deprecated.
Cover method for calling the method
save with the
third parameter (merge) set to true. |
static java.lang.String |
save(EOEditingContext ec,
boolean writeAnyWay,
boolean merge)
Deprecated.
|
public static java.lang.String save(EOEditingContext ec, boolean writeAnyWay)
save with the
third parameter (merge) set to true. See the description of
the three parameter version for a detailed explanation.ec - editing context to be saved.writeAnyWay - boolean flag to determine if the editing
context should be resaved after a general adaptor
exceptionpublic static java.lang.String save(EOEditingContext ec, boolean writeAnyWay, boolean merge)
Copyright © 2002 – 2022 Project Wonder.