Class EntityStoreConfigImpl
java.lang.Object
io.vertigo.datastore.impl.entitystore.EntityStoreConfigImpl
- All Implemented Interfaces:
EntityStoreConfig
Implémentation Standard du StoreProvider.
- Author:
- pchretien
-
Constructor Summary
ConstructorsConstructorDescriptionEntityStoreConfigImpl(List<EntityStorePlugin> dataStorePlugins, CacheManager cacheManager) Constructor. -
Method Summary
-
Constructor Details
-
EntityStoreConfigImpl
Constructor.- Parameters:
dataStorePlugins- DataStorePlugins listcacheManager- Manager de gestion du cache
-
-
Method Details
-
getCacheStoreConfig
- Returns:
- Data store config
-
getLogicalStoreConfig
- Returns:
- logical data store config
-
getConnectionName
- Specified by:
getConnectionNamein interfaceEntityStoreConfig- Parameters:
dataSpace- the dataSpace- Returns:
- connectionName use for this store
-