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 Detail

      • getEntities

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