| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
LOCK_NONE |
"NONE" |
public static final String |
LOCK_OPTIMISTIC |
"OPTIMISTIC" |
public static final String |
LOCK_OPTIMISTIC_FORCE_INCREMENT |
"OPTIMISTIC_FORCE_INCREMENT" |
public static final String |
LOCK_PESSIMISTIC_FORCE_INCREMENT |
"PESSIMISTIC_FORCE_INCREMENT" |
public static final String |
LOCK_PESSIMISTIC_READ |
"PESSIMISTIC_READ" |
public static final String |
LOCK_PESSIMISTIC_WRITE |
"PESSIMISTIC_WRITE" |
public static final String |
LOCK_READ |
"READ" |
public static final String |
LOCK_WRITE |
"WRITE" |
Copyright © 2020. All rights reserved.