Uses of Class
org.apache.openejb.jee.jpa.LockModeType

Packages that use LockModeType
org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of LockModeType in org.apache.openejb.jee.jpa
 

Fields in org.apache.openejb.jee.jpa declared as LockModeType
protected  LockModeType NamedQuery.lockMode
           
 

Methods in org.apache.openejb.jee.jpa that return LockModeType
static LockModeType LockModeType.fromValue(String v)
           
 LockModeType NamedQuery.getLockMode()
          Gets the value of the lockMode property.
static LockModeType LockModeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LockModeType[] LockModeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.openejb.jee.jpa with parameters of type LockModeType
 void NamedQuery.setLockMode(LockModeType value)
          Sets the value of the lockMode property.
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.