Uses of Interface
jakarta.persistence.LockOption
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Uses of LockOption in jakarta.persistence
Modifier and TypeClassDescriptionenum
Defines the values of thejakarta.persistence.lock.scope
property for pessimistic locking.class
Specifies a timeout for a database request.Modifier and TypeMethodDescriptionvoid
EntityManager.lock
(Object entity, LockModeType lockMode, LockOption... options)