Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpql

java.lang.ClassCastException with the same class object

java.time.Instant field cannot be filled by JPQL query using "current_timestamp" after update to SpringBoot 3 / Hibernate 6

Hibernate/HQL/JPQL: what's wrong with a CASE WHEN ... THEN NULL ELSE ... END (ClassCastException)?

Using JPA AttributeConverter for Boolean Y/N field: "Unable to render boolean literal value"

java jpa jpql

JPQL query convert to SQL query

java sql jpa orm jpql

Dynamic query using JpaRepository

Join queries with JPQL in Spring Data Jpa

42Y36: SELECT list may only contain grouping columns, grouping 'table.*' not allowed

java jpa derby jpql

How to pass Hashmap into spring data jpa method and use that in update statement?

JPA - Paginated query with ManyToMany collection returns wrong number of entities

JPQL subquery with exists

java spring hibernate jpa jpql

JPA/JPQL: AS identifier disallowed in SELECT clause

hibernate select jpa jpql

JPQL / SQL query: where like '%' include null values

JPQL, deleting values with timestamp older than 1 day

jpql

JPA select new constructor cause additional selects

How can I use fetch join with @OneToOne relationship?