I have successfully written the following HQL query in the HQL editor and executed to get
results:
select er.equipmentRepairId, er.icomsworkOrderNumber, er.icomsworkOrderTechId from
EquipmentRepair er, Equipment e
| where er.equipment.equipmentId = e.equipmentId
| and e.equipmentId = 1
Why does it say "No HQL Query editor selected" in the Hibernate Dynamic SQL
Preview view/tab?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217544#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...