From the Hibernate 3.6 documentation:
You may supply extra join conditions using the HQL with keyword. p> from Cat as cat
left join cat.kittens as kitten
with kitten.bodyWeight> 10.0 Thi
From the Hibernate 3.6 documentation:
You may supply extra join conditions using the HQL with keyword. p> from Cat as cat
left join cat.kittens as kitten
with kitten.bodyWeight> 10.0 Thi
Can anyone help me convert this query to HQL
SELECT
supplierOrderDetails.productID,< br /> supplierOrderDetails.orderQty,
supplierOrderReceiveDetail.qtyArrived
FROM
supplierOrder
INNER JO
I have a class A and a class B and a class C. They have different attributes.
How do I do:
aaaa where(a.class = B and a .specific-property-of-b = “y”) or (a.class = C and a.specific-property-of-c