Java javax.persistence PessimisticLockScope fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence PessimisticLockScope fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence PessimisticLockScope.

The text is from its open source code.

Field

PessimisticLockScopeEXTENDED
In addition to the behavior for PessimisticLockScope.NORMAL, element collections and relationships owned by the entity that are contained in join tables will be locked if the javax.persistence.lock.scope property is specified with a value of PessimisticLockScope.EXTENDED.