should be "from c in class Company"
Am 26.01.2005 um 11:35 schrieb Jan Heise:
perhaps turning on show_sql with hibernate will give some more hints to the problem.
but from my own experience: I never wrote a query that would be shorter
as "from c in Company" (don't know if "from Company as c" would be the same),
and I always specify the complete package name de.janheise.domain.Company
also ("from c in de.janheise.domain.Company") because I normally don't use
the aliases.
perhaps this helps,
Jan
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
