|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LockMode | |
|---|---|
| com.liferay.portal.dao.orm.hibernate | |
| com.liferay.portal.kernel.dao.orm | |
| Uses of LockMode in com.liferay.portal.dao.orm.hibernate |
|---|
| Methods in com.liferay.portal.dao.orm.hibernate with parameters of type LockMode | |
|---|---|
Object |
SessionImpl.get(Class<?> clazz,
Serializable id,
LockMode lockMode)
Deprecated. As of 6.1.0 |
Query |
SQLQueryImpl.setLockMode(String alias,
LockMode lockMode)
|
Query |
QueryImpl.setLockMode(String alias,
LockMode lockMode)
|
static org.hibernate.LockMode |
LockModeTranslator.translate(LockMode lockMode)
|
| Uses of LockMode in com.liferay.portal.kernel.dao.orm |
|---|
| Methods in com.liferay.portal.kernel.dao.orm that return LockMode | |
|---|---|
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. |
| Methods in com.liferay.portal.kernel.dao.orm with parameters of type LockMode | |
|---|---|
Object |
ClassLoaderSession.get(Class<?> clazz,
Serializable id,
LockMode lockMode)
|
Object |
Session.get(Class<?> clazz,
Serializable id,
LockMode lockMode)
|
Query |
Query.setLockMode(String alias,
LockMode lockMode)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||