Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpql

Setting a parameter as a list for an IN expression

org.hibernate.QueryException: JPA-style positional param was not an integral ordinal

java hibernate jpa hql jpql

JPA: DELETE WHERE does not delete children and throws an exception

java hibernate jpa jpql

Java: JPQL date function to add a time period to another date [closed]

java date documentation jpql

Many-to-Many query jpql

java jpa jpa-2.0 jpql

@OneToMany mappedBy maps to _____

How to create a JPA query with LEFT OUTER JOIN

java jpa jpql

JPA Native Query select and cast object

java sql jpa jpql

Using the JPA Criteria API, can you do a fetch join that results in only one join?

java jpa jpql criteria-api

Ignore a FetchType.EAGER in a relationship

java hibernate jpa hql jpql

JPA concat operator

a new object was found through a relationship that was not marked cascade PERSIST

Using @EmbeddedId with JpaRepository

java spring jpa jpql spring-data

Is there a way to use constants inside Spring Data @Query annotation value?

java spring jpql spring-data

JPA: JOIN in JPQL

java jpa eclipselink jpql

java.sql.SQLException: Fail to convert to internal representation

jpql

Doing an "IN" query with Hibernate

java hibernate orm jpa jpql

How can I avoid the Warning "firstResult/maxResults specified with collection fetch; applying in memory!" when using Hibernate?

java hibernate jpa jpql ejb-3.0

IntelliJ IDEA highlights @Entity class names with "Cannot resolve symbol" in JPQL

JPA: Query that returns multiple entities

java hibernate jpa jpql