Search code examples
Why does one delete statement cascade, but not the other?...


javajpaspring-data-jpaspring-datajpql

Read More
Error: Parameter value did not match expected type...


jpajpql

Read More
Combining DISTINCT and ORDER BY when ordering by nested property with JPA...


javaspring-data-jpajpql

Read More
JPQL and list of tuples as parameter for SELECT IN statements...


hibernatespring-bootjpakotlinjpql

Read More
Collation in Hibernate v6 for ORDER BY clause of JPQL...


javahibernatejpqlcollationhibernate-query

Read More
How to use multiple JOIN FETCH in one JPQL query...


javahibernatejpajoinjpql

Read More
Update value with join...


javahibernatejpajpql

Read More
Error on compiling query: The abstract schema type 'entity' is unknown...


javajpapersistencejpql

Read More
Is it possible to create a dynamic JPQL query?...


javajpajpql

Read More
No converter found capable of converting from Integer type to CustomType entity...


javaspringspring-bootspring-data-jpajpql

Read More
JPA native query join returns object but dereference throws class cast exception...


javasqljpajpql

Read More
How to join tables efficiently?...


javajpaeclipselinkjpql

Read More
How to fetch a OneToMany relation between two entities that are both ManyToOne-related to the root e...


hibernatespring-data-jpajpql

Read More
spring boot 3 - hibernate 6.1 - group by error with constructor expression query...


jpaspring-data-jpajpqlhibernate-6.x

Read More
How to create an 'instance of' -like query in JPA 2.0?...


javajpajpa-2.0jpql

Read More
How to count row table in JPA Query...


mysqlspring-bootspring-data-jpajpql

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


kotlinspring-data-jpajpql

Read More
Missing IN or OUT parameter at index:: 5, jdbc and oracle in a java application...


javaoracle-databasejdbcjpql

Read More
Problems with making a query when using Enum in entity...


javajpajakarta-eejpql

Read More
TypedQuery with ManyToMany relations...


javahibernatejpajpql

Read More
Exception when i am trying to execute delete @Query...


javahibernatejpaspring-data-jpajpql

Read More
java.time.Instant field cannot be filled by JPQL query using "current_timestamp" after upd...


spring-boothibernatejpqlsql-timestamp

Read More
Nested fetch join with JPQL and Hibernate...


javahibernatejpajpql

Read More
How to escape reserved keywords which are Entity names in JPQL - Hibernate...


hibernatejpajpql

Read More
Hibernate @Where clause missing from JOIN FETCH...


sqlhibernatejpql

Read More
JPQL query to find all entities that match to list of Embeddable objects...


javahibernatejpajpql

Read More
Escaping the colon character ':' in JPA queries...


mysqljpajpql

Read More
JPQL - Calculate difference between Timestamps...


javamysqljpajpql

Read More
JPQL get difference in days between a column and now...


postgresqlhibernatespring-bootjpql

Read More
Can I get the SQL string from a JPA Query object?...


sqlhibernatejpaloggingjpql

Read More
BackNext