Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpql

Is there a simple way to just select entity's id using criteria query?

jakarta-ee jpa ejb jpql

getFirstResult() returns 0

java mysql jpa jpql

How to convert PSQLs ::json @> ::json to a jpa/jpql-predicate

jpa hql jpql predicate

JPA: Query an embeddable List inside an entity

How can I limit the number of rows updated in a JPQL query?

java jpql

Spring JPA repository method query name for between

Spring Data JPA JPQL queries on parent interface

jpa spring-data-jpa jpql

Select row with group by and max in JPQL

sql jpql

JPQL Constructor Expression - org.hibernate.hql.ast.QuerySyntaxException:Table is not mapped

hibernate jpa jpa-2.0 jpql

Spring JPA repository generates wrong native query for update clause

Spring JPA Entities are losing Data when Adding Same Items to Other Entities

JPA SUM returns long

hibernate jpa jpql

Sorting a list of JPQL Entities

sorting join entity jpql

Spring Data JPA @Query - select max

How to find first in JPQL

java database jpa jpql

JPA Projection with custom collection property

Criteria API and JPQL API with GROUP BY and GROUP_CONCAT with DISTINCT / ORDER BY / SEPERATOR Support?

How can I do an UPDATE statement with JOIN in JPQL (Spring JPA Queries)?