Fitz Lee wrote:
It's clear to me now. I can use the HQL query to
fast get the users for my
android app :)
Beware of HQL, it translates to SQL pretty easily but then... there
are
easy situations where you create too big queries which can hog big
platforms (as any write will be locked while the query is still being
executed).
paul