| Modifier and Type | Method and Description |
|---|---|
DynamoFeatures |
DynamoFeatures.addDataStorePlugin(Class<? extends DataStorePlugin> dataStorePlugin,
Param... params)
Add a store plugin
|
| Constructor and Description |
|---|
StoreManagerImpl(CacheManager cacheManager,
VTransactionManager transactionManager,
CollectionsManager collectionsManager,
List<FileStorePlugin> fileStorePlugins,
List<DataStorePlugin> dataStorePlugins,
EventBusManager eventBusManager)
Constructor.
|
| Constructor and Description |
|---|
DataStoreConfigImpl(List<DataStorePlugin> dataStorePlugins,
CacheManager cacheManager)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DataStorePlugin |
LogicalDataStoreConfig.getPhysicalDataStore(DtDefinition dtDefinition)
Provides a 'DataStorePlugin' for the specified 'DtDefinition'.
|
| Constructor and Description |
|---|
LogicalDataStoreConfig(List<DataStorePlugin> dataStorePlugins)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStaticDataStorePlugin
Class abstraite des Stores de données static et immutable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JpaDataStorePlugin
Implémentation d'un Store Jpa.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlDataStorePlugin
This class is the basic implementation of the dataStore in the sql way.
|
Copyright © 2019. All Rights Reserved.