Class EntityStoreConfigImpl

java.lang.Object
io.vertigo.datastore.impl.entitystore.EntityStoreConfigImpl
All Implemented Interfaces:
EntityStoreConfig

public final class EntityStoreConfigImpl extends Object implements EntityStoreConfig
Implémentation Standard du StoreProvider.
Author:
pchretien
  • Constructor Details

    • EntityStoreConfigImpl

      public EntityStoreConfigImpl(List<EntityStorePlugin> dataStorePlugins, CacheManager cacheManager)
      Constructor.
      Parameters:
      dataStorePlugins - DataStorePlugins list
      cacheManager - Manager de gestion du cache
  • Method Details