ObjectDB ObjectDB

Internal Website Search

1-10 of 28 resultsRefresh
124

PessimisticLockException()

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

PessimisticLockException(message, cause, entity)

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

PessimisticLockException(message, cause)

Constructor javax.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
124

PessimisticLockException(message)

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

PessimisticLockException(entity)

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

PessimisticLockException(cause)

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

javax.persistence.PessimisticLockException

javax.persistence Exception PessimisticLockException java.lang.Object java.lang.Throwable ... .PersistenceException javax.persistence.PessimisticLockException Implemented ... transaction, if one is active, will be marked for rollback. Since: JPA 2.0 PessimisticLockException
86

getEntity()

Method javax.persistence.PessimisticLockException Object getEntity() Returns the entity that caused this exception. Returns: the entity. Since: JPA 2.0
24

javax.persistence.EntityManager

: the PessimisticLockException will be thrown if the database locking failure causes transaction-level rollback ... PessimisticLockException - if pessimistic locking fails and the transaction is rolled ... is pessimistic and the entity instance is found but cannot be locked: the PessimisticLockException
2

javax.jdo.JDOEntityManager

instance is found but cannot be locked: the PessimisticLockException will be thrown if the database ... OptimisticLockException - if the optimistic version check fails PessimisticLockException - if pessimistic locking ... : the PessimisticLockException will be thrown if the database locking failure causes transaction-level

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support