yasadışı girişimi Benorg.hibernate.QueryException: KQUEUE koleksiyonu
SELECT count(*)
FROM BillDetails as bd
WHERE bd.billProductSet.product.id = 1002
AND bd.client.id = 1
yürütmek için aşağıdaki hql sorgu çalışıyorum Ama
org.hibernate.QueryException: illegal attempt to dereference collection
[billdetail0_.bill_no.billProductSet] with element property reference [product]
[select count(*) from iland.hbm.BillDetails as bd where bd.billProductSet.product.id=1001 and bd.client.id=1]
at org.hibernate.hql.ast.tree.DotNode$1.buildIllegalCollectionDereferenceException(DotNode.java:68)
at org.hibernate.hql.ast.tree.DotNode.checkLhsIsNotCollection(DotNode.java:558)
Sınıflarınızın tanımlarını ekleyebilir misiniz? İçlerinde ilişki tanımları var mı? –