hi,
In the documentation I've read at
http://www.hibernate.org/hib_docs/reference/html/query-criteria.html
Quote:
Version properties, identifiers and associations are ignored.
However when I set show_sql and check what's going on, it selects all my many-to-many associaton tables - eating up loads of response time - , regardles that I've have set the Example.excludeProperty(string) to exclude association properties.
I have Hibernate2.1.2 on JBoss3.
How to make hibernate not to select associations?
looking for your help.
regards,
Thomas