ObjectDB Database Search

1-32 of 32 results

PessimisticLockException.PessimisticLockException(entity) - JPA Constructor

JPA Constructor in jakarta.persistence. PessimisticLockException PessimisticLockException (   Object entity ) Constructs a new PessimisticLockException exception with the specified entity. Parameters: entity - the entity. Since: JPA 2.0

PessimisticLockException.PessimisticLockException(cause) - JPA Constructor

JPA Constructor in jakarta.persistence. PessimisticLockException PessimisticLockException (   Throwable cause ) Constructs a new PessimisticLockException exception with the specified cause. Parameters: cause - the cause. Since: JPA 2.0

PessimisticLockException.PessimisticLockException(message) - JPA Constructor

JPA Constructor in jakarta.persistence. PessimisticLockException PessimisticLockException (   String message ) Constructs a new PessimisticLockException exception with the specified detail message. Parameters: message - the detail message. Since: JPA 2.0

PessimisticLockException.PessimisticLockException(message,cause) - JPA Constructor

JPA Constructor in jakarta.persistence. PessimisticLockException PessimisticLockException (   String message,    Throwable cause ) Constructs a new PessimisticLockException exception with the specified detail message and cause. Parameters: message - the detail message. cause - the cause. Since: JPA 2.0

PessimisticLockException.PessimisticLockException() - JPA Constructor

JPA Constructor in jakarta.persistence. PessimisticLockException PessimisticLockException () Constructs a new PessimisticLockException exception with null as its detail message. Since: JPA 2.0

PessimisticLockException.PessimisticLockException(message,cause,entity) - JPA Constructor

JPA Constructor in jakarta.persistence. PessimisticLockException PessimisticLockException (   String message,    Throwable cause,    Object entity ) Constructs a new PessimisticLockException exception with the specified detail message, cause

ClassRef jakarta.persistence.PessimisticLockException

JPA Exception PessimisticLockException java.lang.Object ∟  java.lang.Throwable ∟  java ... ∟  jakarta.persistence. PessimisticLockException Thrown by the persistence provider ... Constructors PessimisticLockException () Constructs a new PessimisticLockException exception

PessimisticLockException.getEntity() - JPA Method

JPA Method in jakarta.persistence. PessimisticLockException Object getEntity () Returns the entity that caused this exception. Return: the entity. Since: JPA 2.0

JPA Exceptions

javax.persistence.OptimisticLockException javax.persistence. PessimisticLockException javax.persistence

InterfaceRef jakarta.persistence.EntityManager

but cannot be locked: the PessimisticLockException is thrown if the database locking failure causes transaction-level ... version check fails PessimisticLockException - if pessimistic locking fails and the transaction is rolled ... is found but cannot be locked: the PessimisticLockException is thrown if the database locking failure

InterfaceRef jakarta.persistence.Query

context has not been joined to the transaction PessimisticLockException - if pessimistic locking ... been joined to the transaction PessimisticLockException - if pessimistic locking fails and the transaction ... PessimisticLockException - if pessimistic locking fails and the transaction is rolled back LockTimeoutException

InterfaceRef jakarta.persistence.TypedQuery

PessimisticLockException - if pessimistic locking fails and the transaction is rolled back LockTimeoutException ... context has not been joined to the transaction PessimisticLockException - if pessimistic locking fails ... to the transaction PessimisticLockException - if pessimistic locking fails and the transaction is rolled

EntityManager.refresh(entity,options) - JPA Method

: the PessimisticLockException is thrown if the database locking failure causes transaction-level rollback ... EntityNotFoundException - if the entity no longer exists in the database PessimisticLockException

EntityManager.lock(entity,lockMode,options) - JPA Method

and the entity instance is found but cannot be locked: the PessimisticLockException is thrown ... OptimisticLockException - if the optimistic version check fails PessimisticLockException - if pessimistic locking

EntityManager.find(entityClass,primaryKey,options) - JPA Method

but cannot be locked: the PessimisticLockException is thrown if the database locking failure causes transaction-level ... check fails PessimisticLockException - if pessimistic locking fails and the transaction is rolled

EntityManager.find(entityGraph,primaryKey,options) - JPA Method

: the PessimisticLockException is thrown if the database locking failure causes transaction-level rollback ... version check fails PessimisticLockException - if pessimistic locking fails and the transaction is rolled

EntityManager.refresh(entity,lockMode,properties) - JPA Method

is pessimistic and the entity instance is found but cannot be locked: the PessimisticLockException is thrown ... PessimisticLockException - if pessimistic locking fails and the transaction is rolled

EntityManager.lock(entity,lockMode,properties) - JPA Method

and the entity instance is found but cannot be locked: the PessimisticLockException is thrown ... is performed OptimisticLockException - if the optimistic version check fails PessimisticLockException

EntityManager.lock(entity,lockMode) - JPA Method

: the PessimisticLockException is thrown if the database locking failure causes transaction-level rollback ... is performed OptimisticLockException - if the optimistic version check fails PessimisticLockException

EntityManager.refresh(entity,lockMode) - JPA Method

: the PessimisticLockException is thrown if the database locking failure causes transaction-level rollback ... PessimisticLockException - if pessimistic locking fails and the transaction is rolled

EntityManager.find(entityClass,primaryKey,lockMode) - JPA Method

and the entity instance is found but cannot be locked: the PessimisticLockException is thrown ... PessimisticLockException - if pessimistic locking fails and the transaction is rolled

EntityManager.find(entityClass,primaryKey,lockMode,properties) - JPA Method

: the PessimisticLockException is thrown if the database locking failure causes transaction-level rollback ... NONE} is specified OptimisticLockException - if the optimistic version check fails PessimisticLockException

EnumRef jakarta.persistence.LockModeType

the PessimisticLockException and ensure that the JTA transaction or EntityTransaction has been marked

Query.getResultStream() - JPA Method

to the transaction PessimisticLockException - if pessimistic locking fails and the transaction is rolled

Query.getSingleResult() - JPA Method

the persistence context has not been joined to the transaction PessimisticLockException - if pessimistic locking

Query.getResultList() - JPA Method

to the transaction PessimisticLockException - if pessimistic locking fails and the transaction

TypedQuery.getSingleResult() - JPA Method

the persistence context has not been joined to the transaction PessimisticLockException

TypedQuery.getResultList() - JPA Method

context has not been joined to the transaction PessimisticLockException - if pessimistic locking fails

TypedQuery.getResultStream() - JPA Method

PessimisticLockException - if pessimistic locking fails and the transaction is rolled

InterfaceRef jakarta.persistence.StoredProcedureQuery

PessimisticLockException - if pessimistic locking fails and the transaction is rolled

Query.getSingleResultOrNull() - JPA Method

context has not been joined to the transaction PessimisticLockException - if pessimistic locking fails

TypedQuery.getSingleResultOrNull() - JPA Method

the persistence context has not been joined to the transaction PessimisticLockException