| I have a one-to-one mapping between two objects. I am trying to fetch one object with HQL query using "join fetch" with stateless session and scrollable results. But when i fetch the object the one-to-one mapped object is null. Interesting point is that i have a many-to-one mapping and a one-to-many mapping in the same object and those i am able to fetch. I suspect a bug here. |