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

Difference between revisions of "EclipseLink/UserGuide/JPA/Basic JPA Development/EclipseLink JPA"

m
m
Line 1: Line 1:
{{EclipseLink_UserGuide}}
+
{{EclipseLink_UserGuide
 +
|info=y
 +
|toc=n
 +
|eclipselink=y
 +
|eclipselinktype=JPA}}
 
=About EclipseLink JPA=
 
=About EclipseLink JPA=
 
This section introduces EclipseLink implementation of Java Persistence API.
 
This section introduces EclipseLink implementation of Java Persistence API.
Line 24: Line 28:
 
|next=    [[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration|Configuration]]
 
|next=    [[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration|Configuration]]
 
|up=      [[EclipseLink/UserGuide/JPA/Basic JPA Development|Basic JPA Development]]
 
|up=      [[EclipseLink/UserGuide/JPA/Basic JPA Development|Basic JPA Development]]
|version= 2.1.0}}
+
|version=2.2.0 DRAFT}}

Revision as of 10:32, 12 January 2011

EclipseLink JPA

Eclipselink-logo.gif
EclipseLink
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

About EclipseLink JPA

This section introduces EclipseLink implementation of Java Persistence API.

As a specification, JPA needs to be implemented by vendors or open source projects.

EclipseLink provides a complete, EJB 3.0-compliant JPA implementation. It provides complete compliance for all of the mandatory features, many of the optional features, and some additional features. The additional nonmandatory functionality includes the following:

  • object-level cache;
  • distributed cache coordination;
  • extensive performance tuning options;
  • enhanced Oracle Database support;
  • advanced mappings;
  • optimistic and pessimistic locking options;
  • extended annotations and query hints.

EclipseLink offers support for deployment within an EJB 3.0 container. This includes Web containers and other non-EJB 3.0 Java EE containers. For more information, see Deploying an EclipseLink JPA Application.

Through its pluggable persistence capabilities EclipseLink can function as the persistence provider in a compliant EJB 3.0 container.

For more information, see About EclipseLink.

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

Back to the top