Package org.molgenis.app
Class WebAppSystemEntityRegistry
- java.lang.Object
-
- org.molgenis.app.WebAppSystemEntityRegistry
-
- All Implemented Interfaces:
org.molgenis.bootstrap.populate.SystemEntityRegistry
@Component public class WebAppSystemEntityRegistry extends Object implements org.molgenis.bootstrap.populate.SystemEntityRegistry
Registry of application system entities to be added to an empty database.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.molgenis.data.Entity>getEntities()
-
-
-
Method Detail
-
getEntities
public Collection<org.molgenis.data.Entity> getEntities()
- Specified by:
getEntitiesin interfaceorg.molgenis.bootstrap.populate.SystemEntityRegistry
-
-