Package org.molgenis.bootstrap.populate
Interface SystemEntityRegistry
-
public interface SystemEntityRegistryRegistry of application system entities used to populate an empty database. Classes implementing this interface must be annotated with asComponent.
-
-
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
-