Jakarta Persistence Query Language: Difference between revisions

Content deleted Content added
m Reverted edits by 203.200.183.10 to last revision by 24.139.31.74 (HG)
No edit summary
Line 79:
</source>
 
JPQL supports named parameters, which begin with the colon (<code>:</code>). We could write a function returning a list of authors with the given firstlast name as follows:
 
<source lang="java">