>>> child1 = Child() >>> child1.name = u'child 1' >>> store.add(child1) >>> child1.parent = p1 >>> store.flush() >>> print child1.id