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/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]'''')
 
(35 intermediate revisions by 3 users 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]'''
{{Template:EclipseLink_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