Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hql

Hibernate SQL transformation fails for Enum field type

Not equal query in hql not work

java hibernate hql

HQL - row identifier for pagination

java hibernate pagination hql

How to express "where value is in dynamic list" in HQL/GORM?

grails hql grails-orm

JPA: TypedQuery sometimes returns null instead of NoResultException

jpa hql jpa-2.0

HQL how to query ElementCollection of String

java hibernate jdbc hql

How to get Date Difference in hour using HQL

Hibernate aliasToBean does not convert string to Enum

hibernate enums hql

Is there a performance difference for these two Hive queries joining two tables and filtering on a partition key?

hql hive

How to Subtract number of days from current date in HQL query

java mysql hql

Reusing Queries in Hibernate

HQL Left Outer Join for null column in one-to-one relation

java hibernate hql left-join

Hibernate recursive query

java hibernate orm recursion hql

using enum list as parameter in HQL query

HQL order by within a collection

hibernate jpa jakarta-ee hql

Join Fetch: "query specified join fetching, but the owner of the fetched association was

nhibernate hql

JPA - Batch/Bulk Update - What is the better approach?

java hibernate hql where jpql

HQL implicit join in where clause generate cross join instead of inner join

hibernate hql

HQL version of a SQL join with group by

java sql hibernate group-by hql

Proper Way to layer Spring JPA based DAO using Spring Boot Framework