Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpql

Load child collection DTOs in JPA DTO projection query

java jpa jpql projection

Date literals in Hibernate

JPA: select random row

java jpa jpql named-query

JPQL with subquery to select max count

How to compare timestamp with date without time in JPQL?

jpa jboss jpql

Difference between join and path navigation in jpa query

java hibernate jpa orm jpql

Using JPA 2.0 Criteria API and cast causes generated JPQL to fail in Hibernate

JPQL: Enum literal in SELECT NEW query

java jpa eclipselink jpql

JPQL JOINS with nested SELECT

jpql openjpa

Return a subset of a JPA entity as a array of maps from a JPQL query?

hibernate jpa jpql

How do I use JPQL to delete entries from a join table?

jpa collections jpql

Unknown abstract schema type

JPQL IS NOT NULL is returning objects with NULL

java spring hibernate jpql

In JPA Query, can I pass the order by property and DESC/ASC order as parameters in the method signature?

How to have multiple conditions in JPQL join

jpa jpql

Why "SELECT c" instead of "SELECT * " in JPQL?

hibernate jpa jpql

How to query an M:N relationship with JPA2?

Correct way to count associated objects using JPQL

java hibernate orm jpa jpql

Syntax error parsing a trivial query with JPA

How to use Regex keyword in Spring Data Repository Method