ObjectDB Database Search

1-3 of 3 results

javax.persistence.PessimisticLockScope

JPA Enum PessimisticLockScope java.lang.Object ∟  java.lang.Enum ∟  javax.persistence. PessimisticLockScope Defines the values of the javax.persistence.lock.scope property for pessimistic ... . Since: JPA 2.0 Enum Constants EXTENDED In addition to the behavior for PessimisticLockScope .NORMAL

javax.persistence.PessimisticLockScope.EXTENDED

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

javax.persistence.PessimisticLockScope.NORMAL

JPA Enum Constant in javax.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