Uses of Enum Class
org.hibernate.annotations.OptimisticLockType
Packages that use OptimisticLockType
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
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 OptimisticLockTypeModifier and TypeMethodDescriptionstatic OptimisticLockType
Returns the enum constant of this class with the specified name.static OptimisticLockType[]
OptimisticLockType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OptimisticLockType in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal that return OptimisticLockTypeMethods in org.hibernate.boot.models.annotations.internal with parameters of type OptimisticLockTypeModifier and TypeMethodDescriptionvoid
OptimisticLockingAnnotation.type
(OptimisticLockType value) -
Uses of OptimisticLockType in org.hibernate.engine
Methods in org.hibernate.engine with parameters of type OptimisticLockTypeModifier and TypeMethodDescriptionstatic OptimisticLockStyle
OptimisticLockStyle.fromLockType
(OptimisticLockType type)