Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.dao.orm.LockMode

Packages that use LockMode
com.liferay.portal.kernel.dao.orm   
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

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)
           
 

Uses of LockMode in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence with parameters of type LockMode
static Lock LockFinderUtil.fetchByC_K(String className, String key, LockMode lockMode)
           
 Lock LockFinder.fetchByC_K(String className, String key, LockMode lockMode)
           
 


Liferay 6.1.2-ce-ga3