| Package | Description |
|---|---|
| com.liferay.portal.kernel.dao.orm |
| Modifier and Type | Method and Description |
|---|---|
static LockMode |
LockMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LockMode[] |
LockMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ClassLoaderSession.get(Class<?> clazz,
Serializable id,
LockMode lockMode)
Deprecated.
|
Object |
Session.get(Class<?> clazz,
Serializable id,
LockMode lockMode) |
Object |
SessionWrapper.get(Class<?> clazz,
Serializable id,
LockMode lockMode) |
Query |
Query.setLockMode(String alias,
LockMode lockMode) |