Change from "Session" to "StatelessSession" and I can fetch my Class complete
- by Rheinprinz
I use a stateless session and the follow HQL.
CreateQuery("select a from Address a")
My Address Class has many BankDetails but i can't access. If i use a normal session it works. What can I do?