Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpql

JPQL query delete not accept a declared JOIN?

JAVA: NamedQuery String problem

java jpa jpql named-query

select from two tables using JPQL

java orm jpa-2.0 jpql openjpa

How to set collection items for in-clause in jpql?

EclipseLink: don't fetch some fields by default

java orm jpa eclipselink jpql

JPA Query for toggling a boolean in a UPDATE

sql jpa jpql

JPQL query for searching if a word/string is consisted in one of entity's fields

java jakarta-ee jpa jpql

Named Query to SELECT rows with MAX(column name), DISTINCT by another column

java mysql hibernate jpa jpql

How to filter collection in JPA/JPQL?

hibernate jpa jpql

How to enable HQL/JPQL auto completion in IntelliJ 12

intellij-idea hql jpql

removeif() not working on list returned by jpa

java jpa jpql

Executing an update/delete query in the JQPL query

How to deal with Object type returned by JPQL query?

java jpa jpql

How to combine TRIM and LOWER functions in JPQL?

jpql

Get the number of records updated after executing a jpql query

hibernate jpa jpql

How to skip @Param in @Query if is null or empty in Spring Data JPA

What is the JPQL equivalent of the PostgreSQL date_trunc('day', (entity.date AT TIME ZONE 'UTC')) function when using JPA and Hibernate

java spring hibernate jpa jpql

Hibernate spatial functions keep throwing unexpected AST node

Unable to have correct value with SELECT query using MAX() in JPA

java jpa derby jpql toplink