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/Querying/Criteria"

m
m
Line 3: Line 3:
 
|toc=n
 
|toc=n
 
|eclipselink=y
 
|eclipselink=y
|eclipselinktype=JPA}}
+
|eclipselinktype=JPA
 +
|examples=y
 +
|example=
 +
*[http://wiki.eclipse.org/EclipseLink/Examples/JPA/2.0/Criteria How to define dynamic queries using the Criteria API]
 +
}}
  
 
=Criteria Query=
 
=Criteria Query=

Revision as of 15:28, 4 May 2011

EclipseLink JPA


Criteria Query

The Java Persistence Criteria API is used to define queries through the construction of object-based query definition objects, rather than use of the string-based approach of JPQL.

Elug javaspec icon.gif

For more information, see Chapter 6 "Criteria API" in the JPA Specification.


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

Back to the top