Uses of Interface
jakarta.persistence.LockOption
Packages that use LockOption
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Uses of LockOption in jakarta.persistence
Classes in jakarta.persistence that implement LockOptionModifier and TypeClassDescriptionenumDefines the values of thejakarta.persistence.lock.scopeproperty for pessimistic locking.classSpecifies a timeout for a database request.Methods in jakarta.persistence with parameters of type LockOptionModifier and TypeMethodDescriptionvoidEntityManager.lock(Object entity, LockModeType lockMode, LockOption... options)