|
Oracle Data-aware Controls Reference | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the various locking modes for rows supported by the framework.
The supported locking modes are:
| Field Summary | |
static java.lang.String |
LOCK_NONE
Do not attempt to lock the row at all. |
static java.lang.String |
LOCK_OPTIMISTIC
Attempt to lock the row at commit. |
static java.lang.String |
LOCK_PESSIMISTIC
Attempt to lock the row at update. |
| Field Detail |
public static final java.lang.String LOCK_NONE
public static final java.lang.String LOCK_OPTIMISTIC
public static final java.lang.String LOCK_PESSIMISTIC
|
Oracle Data-aware Controls Reference | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2003, Oracle. All rights reserved.