class A { @onetomany(fetch=fetchType.lazy) private List b; private string c; } class B { @manytoone private A a; } class C { private String c