Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Locking

< EclipseLink‎ | UserGuide‎ | JPA‎ | Basic JPA Development‎ | Mapping
Revision as of 09:44, 16 June 2010 by Unnamed Poltroon (Talk) (Locking)

{{EclipseLink_Examples

}}

Locking

This section describes choices you need to make when deciding on how to use EclipseLink locking options in your application architecture. We strongly recommend always using a locking policy in a concurrent system (see Configuring Locking Policy).

These choices can be summarized as follows:

If you are building a three-tier application, be aware of how that architecture affects the way you use locking (see Locking in a Three-Tier Application).

For more information, see Descriptors and Locking.



Eclipselink-logo.gif
Version: DRAFT
Other versions...

Back to the top