Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpql

JPQL (JPA) search substring

java orm jpa jpql

When should a person use native queries with JPA 2.0 instead of JPQL or CriteriaBuilder?

jpa-2.0 jpql native-sql

Why is a paginated query slower than a plain one with Spring Data?

How can I obtain the first row from a SELECT operation using JPQL?

java spring spring-boot jpa jpql

Get single row in JPA

java spring-data-jpa jpql

Spring Data JPA getting a Projection from an Entity with a Query

JPA - difference in the use of the mappedBy property to define the owning entity

attribute of type java.time.LocalDateTime doesn't work as a JPA query parameter in Hibernate

java hibernate jpa java-8 jpql

ColumnTransformer in hibernate

java hibernate jpa orm jpql

Insert to JPA collection without loading it

java hibernate jpa fetch jpql

How can I set a String[] parameter to a native query?

java.lang.IllegalArgumentException: Parameter with that position [1] did not exist

spring-data-jpa jpql

JPQL: Inner Join without duplicate records

jpa duplicates inner-join jpql

JPQL query with WHERE on nested fields

Finding items with a set containing all elements of a given set with jpql

java sql hibernate jpa jpql

How to do a timestamp comparison with JPA query?

jpa jpql openjpa

JPQL Check greater than less than date today in @Query annotation

How do I Return SUM from JPA Query Using Hibernate and Spring-boot?

java spring jpa jpql

Jpql selecting the one maximum row from each group

java jpa jpql

JPA 3-way join annotation

java jpa orm jpql