Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpql

Retrieve Object From Nested List Spring JpaRepository

How to avoiding AND condition if parameter is null in Spring Data JPA query

spring-data-jpa jpql

JPA: Conditionally fetch some of the child-objects

java hibernate jpa jpql

how to convert a complex SQL to HQL or JPQL query

sql hibernate hql h2 jpql

Extract Year from date field using jpql and jpa

java jpa jpql

Hibernate join produces sql with empty "ON" clause

java hibernate orm hql jpql

JPA/JPQL COUNT question

count jpql

QuerySyntaxException locating appropriate constructor in Hibernate

hibernate jpql

Using group by and having in a JPA query

java orm jpa jpql

How to search through array in Spring Boot CrudRepository

How do I delete a row in a join table automatically, to avoid a ConstraintViolationException?

java hibernate orm jpa jpql

How to intercept and modify JPA generated SQL statement?

jpa spring-data-jpa jpql

Cast Entity inside a query

jpa jpql

JPQL count multiple many-to-one and group counts by child column

java sql postgresql jpa jpql

How to parameterise Postgresql Interval for TimescaleDB `time_bucket` function with JPQL, Spring Data Repositories and Hibernate