@Test
public void test_1_1_M_1()
{
FlushManager flushManager = new FlushManager();
PhotographerUni_1_1_M_1 a = new PhotographerUni_1_1_M_1();
a.setPhotographerId(1);
AlbumUni_1_1_M_1 b1 = new AlbumUni_1_1_M_1();
b1.setAlbumId("b1");
AlbumUni_1_1_M_1 b2 = new AlbumUni_1_1_M_1();
b2.setAlbumId("b2");
AlbumUni_1_1_M_1 b3 = new AlbumUni_1_1_M_1();
b3.setAlbumId("b3");
PhotoUni_1_1_M_1 c = new PhotoUni_1_1_M_1();
c.setPhotoId("c");
a.setAlbum(b1);
b1.setPhoto(c);
b2.setPhoto(c);
b3.setPhoto(c);
ObjectGraph graph = graphBuilder.getObjectGraph(a, null);