173174175176177178179180181182183184
a.setPhotographerId(1); AlbumBi_1_1_1_1 b = new AlbumBi_1_1_1_1(); b.setAlbumId("b1"); PhotoBi_1_1_1_1 c = new PhotoBi_1_1_1_1(); c.setPhotoId("c1"); b.setPhotographer(a); b.setPhoto(c); ObjectGraph graph = graphBuilder.getObjectGraph(b, null);