Example usage for Java javax.persistence PessimisticLockScope fields, constructors, methods, implement or subclass
The text is from its open source code.
PessimisticLockScope | EXTENDED 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 . |