ObjectDB Database Search
1-34 of 34 resultsjakarta.persistence.PessimisticLockException Jakarta Persistence (JPA) Class jakarta.persistence. PessimisticLockException java.lang.Object ... .PersistenceException ∟ jakarta.persistence. PessimisticLockException Implemented Interfaces: Serializable ... PessimisticLockException () Constructs a new PessimisticLockException exception with null as its detail message | |
jakarta.persistence.PessimisticLockException.PessimisticLockException(Throwable) Jakarta Persistence (JPA) Constructor in jakarta.persistence. PessimisticLockException PessimisticLockException ( Throwable cause ) Constructs a new PessimisticLockException exception with the specified cause. Parameters: cause - the cause. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.PessimisticLockException.PessimisticLockException(Object) Jakarta Persistence (JPA) Constructor in jakarta.persistence. PessimisticLockException PessimisticLockException ( Object entity ) Constructs a new PessimisticLockException exception with the specified entity. Parameters: entity - the entity. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.PessimisticLockException.PessimisticLockException(String,Throwable,Object) Jakarta Persistence (JPA) Constructor in jakarta.persistence. PessimisticLockException PessimisticLockException ( String message , Throwable cause , Object entity ) Constructs a new PessimisticLockException exception with the specified detail message, cause | |
jakarta.persistence.PessimisticLockException.PessimisticLockException() Jakarta Persistence (JPA) Constructor in jakarta.persistence. PessimisticLockException PessimisticLockException () Constructs a new PessimisticLockException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.PessimisticLockException.PessimisticLockException(String) Jakarta Persistence (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: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.PessimisticLockException.PessimisticLockException(String,Throwable) Jakarta Persistence (JPA) Constructor in jakarta.persistence. PessimisticLockException PessimisticLockException ( String message , Throwable cause ) Constructs a new PessimisticLockException exception with the specified detail message and cause. Parameters: cause | |
jakarta.persistence.PessimisticLockException.entity Jakarta Persistence (JPA) Field in jakarta.persistence. PessimisticLockException entity Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.PessimisticLockException.thisNo JavaDoc Info for jakarta.persistence. PessimisticLockException /this | |
jakarta.persistence.PessimisticLockException.getEntity() Jakarta Persistence (JPA) Method in jakarta.persistence. PessimisticLockException Object getEntity() Returns the entity that caused this exception. Returns: the entity.. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.EntityManager instance is found but cannot be locked: the PessimisticLockException is thrown if the database ... exist. Throws: PessimisticLockException - if pessimistic locking fails and the transaction ... but cannot be locked: the PessimisticLockException is thrown if the database locking failure causes | |
JPA Exceptions javax.persistence.OptimisticLockException javax.persistence. PessimisticLockException javax.persistence | |
jakarta.persistence.TypedQuery DELETE statement. PessimisticLockException - if pessimistic locking fails and the transaction ... Persistence query language UPDATE or DELETE statement. PessimisticLockException - if pessimistic locking ... and only the statement is rolled back. PessimisticLockException - if pessimistic locking fails | |
jakarta.persistence.Query - if called for a Jakarta Persistence query language UPDATE or DELETE statement. PessimisticLockException ... for a Jakarta Persistence query language UPDATE or DELETE statement. PessimisticLockException - if pessimistic ... back. PessimisticLockException - if pessimistic locking fails and the transaction is rolled | |
jakarta.persistence.EntityManager.lock(Object,LockModeType,LockOption...) is pessimistic and the entity instance is found but cannot be locked: the PessimisticLockException is thrown ... locking fails and only the statement is rolled back. PessimisticLockException - if pessimistic locking | |
jakarta.persistence.EntityManager.refresh(Object,LockModeType): the PessimisticLockException is thrown if the database locking failure causes transaction-level ... : PessimisticLockException - if pessimistic locking fails and the transaction is rolled back. LockTimeoutException | |
jakarta.persistence.EntityManager.lock(Object,LockModeType): the PessimisticLockException is thrown if the database locking failure causes transaction-level rollback ... - if pessimistic locking fails and only the statement is rolled back. PessimisticLockException | |
jakarta.persistence.EntityManager.lock(Object,LockModeType,Map) and the entity instance is found but cannot be locked: the PessimisticLockException is thrown ... - if pessimistic locking fails and only the statement is rolled back. PessimisticLockException | |
jakarta.persistence.EntityManager.refresh(Object,LockModeType,Map) is pessimistic and the entity instance is found but cannot be locked: the PessimisticLockException ... : PessimisticLockException - if pessimistic locking fails and the transaction is rolled back. LockTimeoutException | |
jakarta.persistence.EntityManager.refresh(Object,RefreshOption...): the PessimisticLockException is thrown if the database locking failure causes transaction-level rollback ... - standard and vendor-specific options entity - a managed entity instance Throws: PessimisticLockException | |
jakarta.persistence.EntityManager.find(EntityGraph,Object,FindOption...): the PessimisticLockException is thrown if the database locking failure causes transaction-level rollback ... : the found entity instance or null if the entity does not exist. Throws: PessimisticLockException | |
jakarta.persistence.EntityManager.find(Class,Object,LockModeType) is pessimistic and the entity instance is found but cannot be locked: the PessimisticLockException is thrown ... if the entity does not exist. Throws: PessimisticLockException - if pessimistic locking fails | |
jakarta.persistence.EntityManager.find(Class,Object,LockModeType,Map): the PessimisticLockException is thrown if the database locking failure causes transaction-level rollback ... : PessimisticLockException - if pessimistic locking fails and the transaction is rolled back. LockTimeoutException | |
jakarta.persistence.EntityManager.find(Class,Object,FindOption...) but cannot be locked: the PessimisticLockException is thrown if the database locking failure causes transaction-level ... : the found entity instance or null if the entity does not exist. Throws: PessimisticLockException | |
jakarta.persistence.LockModeType the PessimisticLockException and ensure that the JTA transaction or EntityTransaction has been marked for rollback | |
jakarta.persistence.StoredProcedureQuery - if called for a Jakarta Persistence query language UPDATE or DELETE statement. PessimisticLockException | |
jakarta.persistence.TypedQuery.getResultStream() language UPDATE or DELETE statement. PessimisticLockException - if pessimistic locking fails | |
jakarta.persistence.TypedQuery.getSingleResult() timeout value set and only the statement is rolled back. PessimisticLockException - if pessimistic locking | |
jakarta.persistence.TypedQuery.getSingleResultOrNull() back. PessimisticLockException - if pessimistic locking fails and the transaction is rolled | |
jakarta.persistence.TypedQuery.getResultList() for a Jakarta Persistence query language UPDATE or DELETE statement. PessimisticLockException | |
jakarta.persistence.Query.getSingleResultOrNull() back. PessimisticLockException - if pessimistic locking fails and the transaction is rolled back. PersistenceException | |
jakarta.persistence.Query.getResultList() query language UPDATE or DELETE statement. PessimisticLockException - if pessimistic locking fails | |
jakarta.persistence.Query.getResultStream() DELETE statement. PessimisticLockException - if pessimistic locking fails and the transaction | |
jakarta.persistence.Query.getSingleResult() value set and only the statement is rolled back. PessimisticLockException - if pessimistic locking |