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) voidregister(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:
getEntityConfigurationin interfaceEntityRegistry
-
getEntityConfiguration
- Specified by:
getEntityConfigurationin interfaceEntityRegistry
-
remove
-
remove
-