All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.molgenis.api.data.v3.EntityManagerV3 Maven / Gradle / Ivy

There is a newer version: 8.4.5
Show newest version
package org.molgenis.api.data.v3;

import java.util.Map;
import org.molgenis.data.Entity;
import org.molgenis.data.meta.model.EntityType;

interface EntityManagerV3 {
  Entity create(EntityType entityType);

  void populate(EntityType entityType, Entity entity, Map requestValues);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy