public class EntityLoadAction extends Object implements sirius.kernel.di.ClassLoadAction
Constructor and Description |
---|
EntityLoadAction()
Once a new instance is created - which only happens during framework initialization, we reset the list of known
entities as a new discrovery run will start.
|
Modifier and Type | Method and Description |
---|---|
protected static List<Class<? extends BaseEntity<?>>> |
getMappableClasses()
Contains a list of all known entity types.
|
Class<? extends Annotation> |
getTrigger() |
void |
handle(sirius.kernel.di.MutableGlobalContext ctx,
Class<?> clazz) |
public EntityLoadAction()
protected static List<Class<? extends BaseEntity<?>>> getMappableClasses()
Classpath
.@Nullable public Class<? extends Annotation> getTrigger()
getTrigger
in interface sirius.kernel.di.ClassLoadAction
Copyright © 2018. All rights reserved.