Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpql

How to get the database time with JPQL?

java hibernate orm jpa jpql

How do I query for only superclass entities in a jpql query?

orm jpa eclipselink jpa-2.0 jpql

TypedQuery instead of normal Query in JPA

JPQL ManyToMany select

Checking for NULL on a Collection in JPQL queries?

java mysql hibernate jpa jpql

JPA's Map<KEY, VALUE> query by JPQL failed

mysql hibernate jpa jpql

How to impose LIMIT on sub-query of JPA query?

jpa subquery jpql

JPQL, How to NOT select something

jpa jpql

JPQL / QueryDSL: join subquery and get aliased column

subquery jpql querydsl

Update value with join

java hibernate jpa jpql

jpql date comparison today

java jpa 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