Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/UserGuide/Transactions (ELUG)

< EclipseLink‎ | UserGuide
Revision as of 16:16, 14 November 2007 by Rick.sapir.oracle.com (Talk | contribs) (New page: =Transactions= This part describes how to use the EclipseLink unit of work to transactionally perform create, read, update, and delete operations with and without an external transaction p...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Transactions

This part describes how to use the EclipseLink unit of work to transactionally perform create, read, update, and delete operations with and without an external transaction processor. It contains the following sections:

This chapter describes how to use the unit of work, the EclipseLink wrapper for a transaction, and how EclipseLink integrates with transaction management and other important query concepts.
This section explains the essential unit of work API calls that you are most likely to use throughout the development cycle.

Copyright Statement

Back to the top