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