Interface MutableEntityRegistry
- All Superinterfaces:
EntityRegistry
- All Known Implementing Classes:
EntityRegistryImpl
Base interface for managing registered entity types. Usually only automatic registration interacts directly
with the EntityRegistry. Manual configuration or customization should be done using the
EntityConfigurationBuilder
classes.- Author:
- Arne Vandamme
- See Also:
-
Method Summary
Modifier and TypeMethodDescription<T> MutableEntityConfiguration<T>
getEntityConfiguration
(Class<T> entityType) <T> MutableEntityConfiguration<T>
getEntityConfiguration
(String entityName) void
register
(MutableEntityConfiguration<?> entityConfiguration) <T> MutableEntityConfiguration<T>
<T> MutableEntityConfiguration<T>
Methods inherited from interface com.foreach.across.modules.entity.registry.EntityRegistry
contains, contains, getEntities, getEntityConfiguration
-
Method Details
-
register
-
getEntityConfiguration
- Specified by:
getEntityConfiguration
in interfaceEntityRegistry
-
getEntityConfiguration
- Specified by:
getEntityConfiguration
in interfaceEntityRegistry
-
remove
-
remove
-