Jakarta Persistence Query Language: Difference between revisions

Content deleted Content added
Added "JPA" acronym on first occurrence of "Java Persistence API"
Tag: section blanking
Line 99:
}
</source>
 
==Hibernate Query Language==
 
JPQL is based on the [[Hibernate_(Java)#Hibernate_Query_Language_(HQL)|Hibernate Query Language]] (HQL), an earlier non-standard query language included in the [[Hibernate (Java)|Hibernate]] [[object-relational mapping]] library.
 
Hibernate and the HQL were created before the JPA specification.
As of Hibernate 3 JPQL is a subset of HQL.
 
==See also==