|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LockModeType | |
|---|---|
| org.apache.openejb.jee.jpa | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
| Uses of LockModeType in org.apache.openejb.jee.jpa |
|---|
| Fields in org.apache.openejb.jee.jpa declared as LockModeType | |
|---|---|
protected LockModeType |
NamedQuery.lockMode
|
| Methods in org.apache.openejb.jee.jpa that return LockModeType | |
|---|---|
static LockModeType |
LockModeType.fromValue(String v)
|
LockModeType |
NamedQuery.getLockMode()
Gets the value of the lockMode property. |
static LockModeType |
LockModeType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LockModeType[] |
LockModeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.openejb.jee.jpa with parameters of type LockModeType | |
|---|---|
void |
NamedQuery.setLockMode(LockModeType value)
Sets the value of the lockMode property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||