Uses of Interface
io.vertigo.datastore.impl.entitystore.EntityStorePlugin
-
-
Uses of EntityStorePlugin in io.vertigo.datastore.impl.entitystore
Constructor parameters in io.vertigo.datastore.impl.entitystore with type arguments of type EntityStorePlugin Constructor Description EntityStoreConfigImpl(List<EntityStorePlugin> dataStorePlugins, CacheManager cacheManager)Constructor.EntityStoreManagerImpl(CacheManager cacheManager, VTransactionManager transactionManager, EventBusManager eventBusManager, TaskManager taskManager, List<EntityStorePlugin> entityStorePlugins)Constructor -
Uses of EntityStorePlugin in io.vertigo.datastore.impl.entitystore.logical
Methods in io.vertigo.datastore.impl.entitystore.logical that return EntityStorePlugin Modifier and Type Method Description EntityStorePluginLogicalEntityStoreConfig. getPhysicalDataStore(DtDefinition dtDefinition)Provides a 'DataStorePlugin' for the specified 'DtDefinition'.Constructor parameters in io.vertigo.datastore.impl.entitystore.logical with type arguments of type EntityStorePlugin Constructor Description LogicalEntityStoreConfig(List<EntityStorePlugin> dataStorePlugins)Constructor. -
Uses of EntityStorePlugin in io.vertigo.datastore.plugins.entitystore
Classes in io.vertigo.datastore.plugins.entitystore that implement EntityStorePlugin Modifier and Type Class Description classAbstractStaticEntityStorePluginClass abstraite des Stores de données static et immutable. -
Uses of EntityStorePlugin in io.vertigo.datastore.plugins.entitystore.sql
Classes in io.vertigo.datastore.plugins.entitystore.sql that implement EntityStorePlugin Modifier and Type Class Description classSqlEntityStorePluginThis class is the basic implementation of the dataStore in the sql way.
-