Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpql

Spring Data JPA - How to convert Query result to entity class

Unable to query with @MapsId and @Id, but works just with @Id

java jpa jpql

hibernate unexpected end of subtree when dealing with collection of basics

hibernate jpa persistence jpql

How do i group by date only from date time field in JPQL

java jpa jpql

IN and = operator in JPA query language

java eclipselink jpa-2.0 jpql

JPQL query delete not accept a declared JOIN?

JAVA: NamedQuery String problem

java jpa jpql named-query

select from two tables using JPQL

java orm jpa-2.0 jpql openjpa

How to set collection items for in-clause in jpql?

EclipseLink: don't fetch some fields by default

java orm jpa eclipselink jpql

JPA Query for toggling a boolean in a UPDATE

sql jpa jpql

JPQL query for searching if a word/string is consisted in one of entity's fields

java jakarta-ee jpa jpql

Named Query to SELECT rows with MAX(column name), DISTINCT by another column

java mysql hibernate jpa jpql

How to filter collection in JPA/JPQL?

hibernate jpa jpql

How to enable HQL/JPQL auto completion in IntelliJ 12

intellij-idea hql jpql

removeif() not working on list returned by jpa

java jpa jpql

Executing an update/delete query in the JQPL query

How to deal with Object type returned by JPQL query?

java jpa jpql

How to combine TRIM and LOWER functions in JPQL?

jpql

Get the number of records updated after executing a jpql query

hibernate jpa jpql