Uses of Enum Class
jakarta.persistence.PessimisticLockScope
Packages that use PessimisticLockScope
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
This package defines the central Hibernate APIs, beginning with
SessionFactory, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session and StatelessSession,
the most important APIs exposing persistence-related operations for
entities.-
Uses of PessimisticLockScope in jakarta.persistence
Methods in jakarta.persistence that return PessimisticLockScopeModifier and TypeMethodDescriptionstatic PessimisticLockScopeReturns the enum constant of this class with the specified name.static PessimisticLockScope[]PessimisticLockScope.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PessimisticLockScope in org.hibernate
Methods in org.hibernate that return PessimisticLockScopeModifier and TypeMethodDescriptionLockOptions.getLockScope()default PessimisticLockScopeSession.LockRequest.getLockScope()Deprecated.Obtain thePessimisticLockScope, which determines if locking extends to owned collections and associated entities.Methods in org.hibernate with parameters of type PessimisticLockScopeModifier and TypeMethodDescriptionLockOptions.setLockScope(PessimisticLockScope scope) default Session.LockRequestSession.LockRequest.setLockScope(PessimisticLockScope scope) Deprecated.Set thePessimisticLockScope, which determines if locking extends to owned collections and associated entities.Constructors in org.hibernate with parameters of type PessimisticLockScopeModifierConstructorDescriptionLockOptions(LockMode lockMode, int timeout, PessimisticLockScope scope)