Liferay 7.0-ce-b4

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

Packages that use LockMode
com.liferay.portal.kernel.dao.orm   
 

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