Uses of Interface
io.vertigo.datastore.impl.entitystore.EntityStorePlugin
Packages that use EntityStorePlugin
Package
Description
-
Uses of EntityStorePlugin in io.vertigo.datastore.impl.entitystore
Constructor parameters in io.vertigo.datastore.impl.entitystore with type arguments of type EntityStorePluginModifierConstructorDescriptionEntityStoreConfigImpl(List<EntityStorePlugin> dataStorePlugins, CacheManager cacheManager) Constructor.EntityStoreManagerImpl(CacheManager cacheManager, io.vertigo.commons.transaction.VTransactionManager transactionManager, io.vertigo.commons.eventbus.EventBusManager eventBusManager, io.vertigo.datamodel.task.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 EntityStorePluginModifier and TypeMethodDescriptionLogicalEntityStoreConfig.getPhysicalDataStore(io.vertigo.datamodel.data.definitions.DataDefinition dataDefinition) Provides a 'DataStorePlugin' for the specified 'DtDefinition'.Constructor parameters in io.vertigo.datastore.impl.entitystore.logical with type arguments of type EntityStorePluginModifierConstructorDescriptionLogicalEntityStoreConfig(List<EntityStorePlugin> dataStorePlugins) Constructor. -
Uses of EntityStorePlugin in io.vertigo.datastore.plugins.entitystore
Classes in io.vertigo.datastore.plugins.entitystore that implement EntityStorePluginModifier and TypeClassDescriptionclassClass 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 EntityStorePluginModifier and TypeClassDescriptionfinal classThis class is the basic implementation of the dataStore in the sql way.