
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: |
||
