Interface | Description |
---|---|
BuiltInMetadataRegistryFactory | |
DataAccessModelFactory |
Allows to create a
IDataAccessModel from a IModel |
FunctionProviderFactory |
create a
IFunctionProvider from a IModel |
LogicalModelProvider |
Allows to obtain the IModel associated with a ModelEditionID.
|
PhysicalModelFactory |
Creates the
IPhysicalModel from a IModel |
SemQLModelFactory |
Creates the
ISemQLModel from a IModel |
WithPartialsLogicalModelProvider |
Extends the
LogicalModelProvider to support generation the
IModel partially for specific usecases. |
Class | Description |
---|---|
CacheAllLogicalModelProvider |
A wrapper of
LogicalModelProvider caching all instances in a hard
cache. |
CachingBuiltInMetadataRegistryFactory | |
CachingDataAccessModelFactory |
DataAccessModelFactory decorator that caches IDataAccessModel
for a IModel using weak keys and soft values. |
CachingFunctionProviderFactory | |
CachingPhysicalModelFactory |
PhysicalModelFactory decorator that caches IPhysicalModel for
a IModel using weak keys and soft values. |
CachingSemQLModelFactory | |
DefaultFunctionProviderFactory | |
RuntimeTemplateBasedModelsFactory |
This class binds together the default implementations of
BuiltInMetadataRegistryFactory , DataAccessModelFactory ,
SemQLModelFactory , PhysicalModelFactory . |
RuntimeTemplateMetadataRegistryFactory | |
RuntimeTemplateSemQLModelFactory |
Copyright © 2016. All Rights Reserved.