Uses of Class
org.hibernate.annotations.OptimisticLockType
-
Packages that use OptimisticLockType Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.engine This package contains classes which are "shared" by other subsystems, and implementations of some key algorithms. -
-
Uses of OptimisticLockType in org.hibernate.annotations
Methods in org.hibernate.annotations that return OptimisticLockType Modifier and Type Method Description OptimisticLockType
type()
The optimistic lock checking strategy.static OptimisticLockType
OptimisticLockType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OptimisticLockType[]
OptimisticLockType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OptimisticLockType in org.hibernate.engine
Methods in org.hibernate.engine with parameters of type OptimisticLockType Modifier and Type Method Description static OptimisticLockStyle
OptimisticLockStyle. fromLockType(OptimisticLockType type)
-