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 OptimisticLockTypeReturns 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.engine
Methods in org.hibernate.engine with parameters of type OptimisticLockTypeModifier and TypeMethodDescriptionstatic OptimisticLockStyleOptimisticLockStyle.fromLockType(OptimisticLockType type)