Hql

in the Documentation are only very few examples about listBy queries
what happened with the hibernate query language?
How can i make an expression like
List data = session.find(from Data as data …
Can i use the original hibernate libraries?
which version of hibernate is the base of the persistance manager?

Regards,

Alexander

Dear Alexander,

You can use the normal HQL for building the query and the persistence layer generated from DB-VA is based on hibernate 3. If you have any further questions, please feel free to contact us again.

Best regards,
Rain