Skip Headers

TopLink Transactions

A data source transaction is a set of operations (create, read, update, or delete) that either succeed or fail as a single operation. In TopLink, transactions are encapsulated by the unit of work object.

Using the unit of work, you can transactionally modify objects directly, or by using a J2EE external transaction controller such as the Java Transaction API (JTA).

 

For More Information:

Watch a demo for more information.Watch demo...
Read the documentation for more information.Read more...

  Previous page.
Previous
Next page.
Next
Next page.
Menu

Quick Tour