Uses of Class
com.jpattern.orm.query.LockMode

Packages that use LockMode
com.jpattern.orm.annotation.version   
com.jpattern.orm.query   
com.jpattern.orm.query.find   
 

Uses of LockMode in com.jpattern.orm.annotation.version
 

Methods in com.jpattern.orm.annotation.version that return LockMode
 LockMode VersionInfoImpl.getLockMode()
           
 LockMode VersionInfo.getLockMode()
           
 

Constructors in com.jpattern.orm.annotation.version with parameters of type LockMode
VersionInfoImpl(LockMode lockMode, boolean versionable)
           
 

Uses of LockMode in com.jpattern.orm.query
 

Methods in com.jpattern.orm.query 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.
 

Uses of LockMode in com.jpattern.orm.query.find
 

Methods in com.jpattern.orm.query.find that return LockMode
 LockMode CustomFindQueryCommon.getLockMode()
          Return the current lock mode
 LockMode CustomFindWhereImpl.getLockMode()
           
 LockMode FindWhereImpl.getLockMode()
           
 LockMode FindQueryCommon.getLockMode()
          Return the current lock mode
 LockMode FindQueryOrm.getLockMode()
           
 LockMode CustomFindOrderByImpl.getLockMode()
           
 LockMode FindOrderByImpl.getLockMode()
           
 LockMode CustomFindQueryOrm.getLockMode()
           
 

Methods in com.jpattern.orm.query.find with parameters of type LockMode
 CustomFindQuery CustomFindQueryCommon.setLockMode(LockMode lockMode)
           
 CustomFindQuery CustomFindWhereImpl.setLockMode(LockMode lockMode)
           
 FindQuery<BEAN> FindWhereImpl.setLockMode(LockMode lockMode)
           
 FindQuery<BEAN> FindQueryCommon.setLockMode(LockMode lockMode)
           
 FindQuery<BEAN> FindQueryOrm.setLockMode(LockMode lockMode)
           
 CustomFindQuery CustomFindOrderByImpl.setLockMode(LockMode lockMode)
           
 FindQuery<BEAN> FindOrderByImpl.setLockMode(LockMode lockMode)
           
 CustomFindQuery CustomFindQueryOrm.setLockMode(LockMode lockMode)
           
 



Copyright © 2013. All Rights Reserved.