Uses of Enum Class
com.liferay.portal.kernel.dao.orm.LockMode
Packages that use LockMode
-
Uses of LockMode in com.liferay.portal.kernel.dao.orm
Methods in com.liferay.portal.kernel.dao.orm that return LockModeModifier and TypeMethodDescriptionstatic LockMode
Returns the enum constant of this class with the specified name.static LockMode[]
LockMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.liferay.portal.kernel.dao.orm with parameters of type LockModeModifier and TypeMethodDescriptionSession.get
(Class<?> clazz, Serializable id, LockMode lockMode) SessionWrapper.get
(Class<?> clazz, Serializable id, LockMode lockMode) Query.setLockMode
(String alias, LockMode lockMode)