Class EntityRegistryImpl

java.lang.Object
com.foreach.across.modules.entity.registry.EntityRegistryImpl
All Implemented Interfaces:
EntityRegistry, MutableEntityRegistry

@Service public class EntityRegistryImpl extends Object implements MutableEntityRegistry
Contains the registered entity definitions that are manageable. Every registered MutableEntityConfiguration must have a unique name (EntityConfiguration.getName()) and entity type (EntityConfiguration.getEntityType()).

WARNING: Although in most cases not an actual issue, EntityRegistry currently does not support registering multiple classes with the same name from different class loaders.