texerasmo
31-08-2007, 09:51
devo fare questa query
"select Attributes.attributeDescription,InstalledItemAttributes.attributeValue from Attributes LEFT JOIN InstalledItemAttributes ON Attributes.attributesId=InstalledItemAttributes.attributes where InstalledItemAttributes.items= :itemsid";
ma ho errore di sintassi.
Qualcuno di voi ha mai provato a fare un join con hibernate?
tnks
"select Attributes.attributeDescription,InstalledItemAttributes.attributeValue from Attributes LEFT JOIN InstalledItemAttributes ON Attributes.attributesId=InstalledItemAttributes.attributes where InstalledItemAttributes.items= :itemsid";
ma ho errore di sintassi.
Qualcuno di voi ha mai provato a fare un join con hibernate?
tnks