Uses of Class
org.hibernate.processor.xml.jaxb.LockModeType
-
Packages that use LockModeType Package Description org.hibernate.processor.xml.jaxb -
-
Uses of LockModeType in org.hibernate.processor.xml.jaxb
Fields in org.hibernate.processor.xml.jaxb declared as LockModeType Modifier and Type Field Description protected LockModeTypeNamedQuery. lockModeMethods in org.hibernate.processor.xml.jaxb 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.hibernate.processor.xml.jaxb with parameters of type LockModeType Modifier and Type Method Description voidNamedQuery. setLockMode(LockModeType value)Sets the value of the lockMode property.
-