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