Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpql

Spring boot: Optional parameter query in Query method

select new (JPQL Constructor Expression) in jpa/hibernate causes "lazy" loading for each row

java hibernate jpa orm jpql

JPQL / JPA query to order entities based on the greatest/maximum of two columns?

jpa jpql

Access field with @Transient in JPA query

jpql

JPA search String, Long and Boolean

java mysql spring-boot jpql

Using Oracle SQL-Function JSON_EXISTS in JPQL

Is there an easier way to make a JPQL query with BETWEEN to include NULL values in properties

java jpa jpql

JPQL check if collection member has attribute with required value

collections jpql

How create JPA query with dynamicly parameters?

java jpa jpql

Efficient JPQL query for retrieving complex entities

java sql hibernate jpa jpql

JPA JPQL IN clause: How to use IN clause in JPA?

Selecting multiple objects by id using JPA and ObjectDB?

java jpa jpa-2.0 jpql objectdb

How to escape '_' and '%' wildcards in Spring Data JPQL LIKE query?

kotlin spring-data-jpa jpql

How to build JPQL queries when parameters are dynamic?

java hibernate jpa ejb jpql

What is the difference between explicit and implicit JOIN in JPA? (performance)

java jpa jpa-2.0 jpql

Spring Data JPA - custom @Query with "@Param Date" doesn't work

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

jakarta-ee jpa ejb jpql