1. HQL to JPQL question stackoverflow.comWhat is the translation of the following HQL query to EclipseLink compliant JPQL :
(this is just a variation of a HQL example ... |
2. Indexed element access in JPQL stackoverflow.comIs it possible to do indexed element access in JPQL like in HQL :
I couldn't find something related in the JPA ... |
3. Casts in JPQL with EclipseLink stackoverflow.comIs it possible to use casts in JPQL? In HQL it seems to be supported cast(... as ...), where the second argument is the name of a Hibernate ... |