Change from "Session" to "StatelessSession" and I can fetch my Class complete
Posted
by Rheinprinz
on Stack Overflow
See other posts from Stack Overflow
or by Rheinprinz
Published on 2010-05-20T09:11:05Z
Indexed on
2010/05/20
9:20 UTC
Read the original article
Hit count: 172
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?
© Stack Overflow or respective owner