public class ManagedSlotMappingConfigurationPersistenceProvider implements
Provider<ManagedSlotMappingConfigurationPersistence> {
@Override
public ManagedSlotMappingConfigurationPersistence get() {
ManagedSlotMappingConfigurationPersistence persistence = new ManagedSlotMappingConfigurationPersistence();
register(persistence, ID_RESOLVER_FACTORY);
register(persistence, COUNT_RESOLVER_FACTORY);
register(persistence, SUM_RESOLVER_FACTORY);