EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping
< EclipseLink | UserGuide | JPA | Basic JPA Development
EclipseLink JPA
EclipseLink | |
Website | |
Download | |
Community | |
Mailing List • Forums • IRC • mattermost | |
Issues | |
Open • Help Wanted • Bug Day | |
Contribute | |
Browse Source |
Native API
Examples
- EclipseLink-ORM.XML
- Map Enum to Coded Values
- Example JPA 2.0 Employee model
- How to use Map key columns to map complex Maps
- How to use derived identifiers to map composite Ids through ManyToOne relationships
- How to map collections of Basic or Embeddable values using an ElementCollection mapping
- How to maintain order in a List relationship using an OrderColumn
- Employee Examples using EclipseLink ORM.XML
- Mapping Selection Criteria
Configuring Mappings
To map entity classes to relational tables you must configure a mapping per persistent field. The following sections describe EclipeLink's JPA mapping types: