Interface SystemEntityRegistry


  • public interface SystemEntityRegistry
    Registry of application system entities used to populate an empty database. Classes implementing this interface must be annotated with as Component.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Collection<org.molgenis.data.Entity> getEntities()
      Returns the system entities to populate an empty database
    • Method Detail

      • getEntities

        java.util.Collection<org.molgenis.data.Entity> getEntities()
        Returns the system entities to populate an empty database
        Returns:
        system entities to populate an empty database