EclipseLink/UserGuide/JPA/Basic JPA Development/Querying
From Eclipsepedia
< EclipseLink | UserGuide | JPA | Basic JPA Development
EclipseLink JPA
| EclipseLink |
| Website |
| Download |
| Community |
| Mailing List • Forums • IRC |
| Bugzilla |
| Open |
| Help Wanted |
| Bug Day |
| Contribute |
| Browse Source |
Querying
The following sections describe how to build EclipseLink queries and use them to create, read, update, and delete objects:
- JPQL
- Criteria API
- Named Queries
- Native SQL Queries
- Stored Procedures
- Query Hints
- Batch Fetching
- Fetch Groups and Load Groups
- Pagination and Cursors
- Query Keys
- Expressions and Native API