The Java Persistence query language (JPQL) is used to define searches against persistent entities independent of the mechanism used to store those entities. As such, JPQL is "portable", and not constrained to any particular data store. The Java Persistence query language is an extension of the Enterprise JavaBeans query language, EJB QL, adding operations such as bulk deletes and updates, join operations, aggregates, projections, and subqueries.
Stats
created |
2 years ago |
viewed |
39 times |
active |
4 months ago |
editors |
2 |
Recent Hot Answers
JPA Warning: “No mapping is associated with the state field path 't.progress'”IN and = operator in JPA query language
Get grouped MAX results of another table in JPQL
How to instantiate a object with a constructor that takes long if table only contains null?
42Y36: SELECT list may only contain grouping columns, grouping 'table.*' not allowed
more »
Related Tags
jpa × 509java × 321
hibernate × 186
jpa-2.0 × 86
sql × 74
eclipselink × 65
orm × 56
query × 46
java-ee × 43
hql × 41
mysql × 40
criteria-api × 26
join × 21
persistence × 20
database × 19
openjpa × 17
playframework × 14
toplink × 14
named-query × 11
oracle × 10
select × 9
ejb-3.0 × 8
sql-order-by × 7
date × 7
spring × 7