}
public void prepareCreate(Object object) throws Exception {
IRelationObject rel = getRelationObject(object);
if (rel != null)
rel.prepareCreate();
}
public void created(DbConnection con,Object object) throws Exception {
IRelationObject rel = getRelationObject(object);
if (rel != null)