Uses of Interface
jakarta.persistence.LockOption
-
Packages that use LockOption Package Description jakarta.persistence 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 LockOption Modifier and Type Class Description class
PessimisticLockScope
Defines the values of thejakarta.persistence.lock.scope
property for pessimistic locking.class
Timeout
Specifies a timeout for a database request.Methods in jakarta.persistence with parameters of type LockOption Modifier and Type Method Description void
EntityManager. lock(java.lang.Object entity, LockModeType lockMode, LockOption... options)
-