Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpql

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

java jpa jpa-2.0 jpql

JPQL select query for ElementCollection

java jpa jpql

How to eagerly load lazy fields with JPA 2.0?

Is this possible: JPA/Hibernate query with list property in result?

hibernate jpa hql jpql jpa-2.0

JPQL query - hibernate: with-clause not allowed on fetched associations

java hibernate jpa join jpql

Ordering a join fetched collection in JPA using JPQL/HQL

java jpa hql jpql

hibernate query list: empty or null?

java hibernate list null jpql

QueryDSL / JPQL : how to build a join query?

jpa jpql querydsl

How to query a property of type List<String>in JPA

java hibernate jpa jpql

MultipleBagFetchException thrown by Hibernate

JPA: How to fetch eagerly an embedded element collection

java hibernate jpa jpql

SpringData : is it possible to have subqueries in the Query annotation?

java jpql spring-data

Recursive JPA query?

How do I count the number of rows returned by subquery?

jpa jpa-2.0 jpql criteria-api

How should I refer to inner enums (defined within an entity) from a JPQL query using Hibernate?

java hibernate jpa enums jpql

jpql IN query with enum value

java enums jpql

JPQL query --- how to use 'is null'

jpql

Casting Integer to String in JPQL

jpa jpa-2.0 jpql

JPA Query MONTH/YEAR functions

java orm jpa jpql

Is there a way to get the count size for a JPA Named Query with a result set?

java jpa jpql