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