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

Difference between revisions of "EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/persistence.xml"

m (persistence.xml)
m (Replacing page with ' '''Warning See "About the Persistence Unit" in the [http://www.eclipse.org/eclipselink/documentation/ EclipseLink Concepts Guide]'''')
 
(31 intermediate revisions by the same user not shown)
Line 1: Line 1:
=persistence.xml=
 
A persistence unit configures various details that are required when you acquire an entity manager. You specify a persistence unit by name when you acquire an entity manager factory.
 
  
You configure persistence units in the JPA persistence descriptor file: '''persistence.xml'''.
 
  
In this file, you can specify the vendor extensions that this reference describes by using a '''<properties>''' element.
 
  
 
+
'''[[Image:Elug_draft_icon.png|Warning]] See "About the Persistence Unit" in the [http://www.eclipse.org/eclipselink/documentation/ EclipseLink Concepts Guide]'''
{{EclipseLink_JPA
+
|previous=[[EclipseLink/UserGuide/JPA/Basic_JPA_Development/Configuration/JPA|JPA]]
+
|next=[[EclipseLink/UserGuide/JPA/Basic_JPA_Development/Configuration/JPA/Annotations|Annotations]]
+
|up=[[EclipseLink/UserGuide/JPA/Basic_JPA_Development/Configuration/JPA|JPA]]}}
+

Latest revision as of 11:47, 25 January 2013


Warning See "About the Persistence Unit" in the EclipseLink Concepts Guide

Back to the top