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

org.molgenis.bootstrap.populate.SystemEntityRegistry Maven / Gradle / Ivy

The newest version!
package org.molgenis.bootstrap.populate;

import java.util.Collection;
import org.molgenis.data.Entity;

/**
 * Registry of application system entities used to populate an empty database. Classes implementing
 * this interface must be annotated with as {@link org.springframework.stereotype.Component
 * Component}.
 */
public interface SystemEntityRegistry {
  /**
   * Returns the system entities to populate an empty database
   *
   * @return system entities to populate an empty database
   */
  Collection getEntities();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy