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/Mapping"

m
m
Line 3: Line 3:
 
|toc=n
 
|toc=n
 
|eclipselink=y
 
|eclipselink=y
|eclipselinktype=JPA}}
+
|eclipselinktype=JPA
 +
|examples=y
 +
|example=
 +
*[[EclipseLink/Examples/JPA/EclipseLink-ORM.XML|EclipseLink-ORM.XML]]
 +
*[[EclipseLink/Examples/JPA/PrimaryKey|Configure Primary Key Generation]]
 +
*[[EclipseLink/Examples/JPA/CustomSequencing|Configure Custom Sequencing]]
 +
*[[EclipseLink/Examples/JPA/Inheritance|Define Inheritance]]
 +
*[[EclipseLink/Examples/JPA/EnumToCode|Map Enum to Coded Values]]
 +
*[[EclipseLink/Examples/JPA/EnumListMapping|List<Enum> Mapping]]
 +
*[[EclipseLink/Examples/JPA/Collectionordering|Collection Order Preservation (JPA 1.0)]]
 +
*[[EclipseLink/Examples/JPA/MappingSelectionCriteria|Mapping Selection Criteria]]
 +
*[[EclipseLink/Examples/JPA/History|Tracking Changes Using History Policy]]
 +
}}
 
=Mapping=
 
=Mapping=
 
To map entity classes to relational tables you must configure a mapping per persistent field.
 
To map entity classes to relational tables you must configure a mapping per persistent field.

Revision as of 11:55, 8 February 2011

EclipseLink JPA

Mapping

To map entity classes to relational tables you must configure a mapping per persistent field.



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

Back to the top