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/Examples/JPA/NativeAPI

< EclipseLink‎ | Examples‎ | JPA
Revision as of 12:18, 29 March 2008 by Douglas.clarke.oracle.com (Talk | contribs) (New page: <div style="border:1px solid #999999;background-color:#ffffff;align:center"> <table border="0" cellpadding="5" align="center"><tr><td width="20">image:Catnicon.gif</td><td>This page is...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Catnicon.gifThis page is under construction.

How to use EclipseLink Native API with JPA

When using EclipseLink JPA the intent is to keep as much as possible to the standard API and metadata defined by the JPA standard. In some scenarios advanced functionality is required which will involve using the native API in an application. this how-to highlights some of the most common usages.

Customizers

= Session Customizer

Descriptor Customizer

Event Listener

Session Event Listener

Descriptor Event Listener

Session API

Server Session

UnitOfWork

Client Session

Native Queries

Back to the top