return ent.getValueObject();
}
public Repository create(RepositoryVO vo, Database db) throws ConstraintException, SystemException, Exception
{
Repository ent = new RepositoryImpl();
ent.setValueObject(vo);
ent = (Repository) createEntity(ent, db);
return ent;
}