|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.infostore.CommitMode
public class CommitMode
This class provides a type-safe enumeration of the supported commit modes.
| Field Summary | |
|---|---|
static CommitMode |
LENIENT
Lenient commit is useful when you are committing large batches of objects and you are relating objects across batches. |
static CommitMode |
STRICT
In strict mode you cannot relate objects in IInfoStore commit. |
| Method Summary | |
|---|---|
int |
toInteger()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final CommitMode STRICT
IInfoStore commit.
public static final CommitMode LENIENT
| Method Detail |
|---|
public int toInteger()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||