ObjectDB ObjectDB

Internal Website Search

11-20 of 100 resultsRefresh
15

javax.persistence.EntityManager

: the PessimisticLockException will be thrown if the database locking failure causes transaction-level rollback the LockTimeoutException will be thrown if the database locking failure causes only statement-level rollback ... will be thrown if the database locking failure causes transaction-level rollback
15

JPA Lifecycle Events

throws an exception within an active transaction, the transaction is marked for rollback
15

Detached Entity Objects

invocation of rollback or by a commit failure. Explicit Merge Detached objects can be attached
15

ObjectDB Object Database Features

transactions. Operations: begin, commit, rollback. Processes and Threads All API classes and interfaces
15

Locking in JPA

either commit or rollback). ObjectDB supports also releasing a lock explicitly while the transaction
3

Step 4: Add a Servlet Class

.getTransaction().isActive()) em.getTransaction().rollback(); em.close
3

Step 4: Add a Servlet Class

()) em.getTransaction().rollback(); em.close(); } } @Override
1

[ODB1] Chapter 6 - Persistent Objects

by reachability rule. Of course, if the transaction is ended with rollback() and not with commit
1

[ODB1] Chapter 3 - Persistent Classes

on rollback). This event is rarely used. Other persistent objects and even persistent fields in
1

[ODB1] Chapter 4 - JDO Metadata

is never stored in the database. The main difference is that, on transaction rollback, it returns automatically

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