ObjectDB Database Search

1-6 of 6 results

EnumRef jakarta.persistence.PessimisticLockScope

JPA Enum PessimisticLockScope java.lang.Object ∟  java.lang.Enum ∟  jakarta.persistence. PessimisticLockScope Implemented Interfaces: FindOption , LockOption , RefreshOption Defines ... .persistence.lock.scope is specified with a value of PessimisticLockScope #EXTENDED . The state of entities

EnumConstRef jakarta.persistence.PessimisticLockScope.EXTENDED

JPA Enum Constant in jakarta.persistence. PessimisticLockScope EXTENDED In addition to the locking behavior specified for NORMAL , element collections and relationships owned by the entity ... with a value of PessimisticLockScope #EXTENDED . The state of entities referenced by such relationships

EnumConstRef jakarta.persistence.PessimisticLockScope.NORMAL

JPA Enum Constant in jakarta.persistence. PessimisticLockScope NORMAL This value defines the default behavior for pessimistic locking. The persistence provider must lock the database row(s) that correspond to the non-collection-valued persistent state of that instance. If a joined inheritance

InterfaceRef jakarta.persistence.FindOption

PessimisticLockScope CacheRetrieveMode CacheStoreMode Timeout EntityManager.find EntityManager.find Since: JPA 3.2

InterfaceRef jakarta.persistence.RefreshOption

PessimisticLockScope CacheStoreMode Timeout EntityManager.refresh Since: JPA 3.2

InterfaceRef jakarta.persistence.LockOption

JPA Interface LockOption An option influencing the behavior of EntityManager.lock . Built-in options control plain, and plain. This interface may be implemented by custom provider-specific options which extend the options defined by the specification. See Also: LockModeType PessimisticLockScope Timeout EntityManager.lock Since: JPA 3.2