Uses of Class
org.jboss.shrinkwrap.descriptor.api.orm20.LockModeType

Packages that use LockModeType
org.jboss.shrinkwrap.descriptor.api.orm20 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of LockModeType in org.jboss.shrinkwrap.descriptor.api.orm20
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return LockModeType
static LockModeType LockModeType.getFromStringValue(String value)
           
 LockModeType NamedQuery.getLockMode()
          Returns the lock-mode element
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.jboss.shrinkwrap.descriptor.api.orm20 with parameters of type LockModeType
 NamedQuery<T> NamedQuery.lockMode(LockModeType lockMode)
          Sets the lock-mode element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.