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 classPessimisticLockScopeDefines the values of thejakarta.persistence.lock.scopeproperty for pessimistic locking.classTimeoutSpecifies a timeout for a database request.Methods in jakarta.persistence with parameters of type LockOption Modifier and Type Method Description voidEntityManager. lock(java.lang.Object entity, LockModeType lockMode, LockOption... options)
-