Uses of Class
org.apache.openejb.jee.jpa.LockModeType
-
Packages that use LockModeType Package Description 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 Modifier and Type Field Description protected LockModeTypeNamedQuery. lockModeMethods in org.apache.openejb.jee.jpa that return LockModeType Modifier and Type Method Description static LockModeTypeLockModeType. fromValue(String v)LockModeTypeNamedQuery. getLockMode()Gets the value of the lockMode property.static LockModeTypeLockModeType. 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 Modifier and Type Method Description voidNamedQuery. setLockMode(LockModeType value)Sets the value of the lockMode property.
-