public class DefaultRuntimeModelsProvider extends Object implements IRuntimeModelsProvider
Modifier and Type | Field and Description |
---|---|
protected BuiltInMetadataRegistryFactory |
builtInMetadataRegistryFactory |
protected DataAccessModelFactory |
dataAccessModelFactory |
protected PhysicalModelFactory |
physicalModelFactory |
Constructor and Description |
---|
DefaultRuntimeModelsProvider(IModel model,
BuiltInMetadataRegistryFactory builtInMetadataRegistryFactory,
DataAccessModelFactory dataAccessModelFactory,
PhysicalModelFactory physicalModelFactory) |
Modifier and Type | Method and Description |
---|---|
IBuiltInMetadataRegistry |
getBuiltInMetadataRegistry()
The IBuiltInMetadataRegistry for the Data Edition
|
IDataAccessModel |
getDataAccessModel()
The
IDataAccessModel for the Data Edition |
IModel |
getLogicalModel()
Returns the logical model for the Data Edition.
|
IPhysicalModel |
getPhysicalModel()
Physical model provides information about the physical model used for
persistence of the data edition.
|
protected final BuiltInMetadataRegistryFactory builtInMetadataRegistryFactory
protected final DataAccessModelFactory dataAccessModelFactory
protected final PhysicalModelFactory physicalModelFactory
public DefaultRuntimeModelsProvider(IModel model, BuiltInMetadataRegistryFactory builtInMetadataRegistryFactory, DataAccessModelFactory dataAccessModelFactory, PhysicalModelFactory physicalModelFactory)
public IModel getLogicalModel()
IRuntimeModelsProvider
getLogicalModel
in interface IRuntimeModelsProvider
public IDataAccessModel getDataAccessModel()
IRuntimeModelsProvider
IDataAccessModel
for the Data EditiongetDataAccessModel
in interface IRuntimeModelsProvider
public IBuiltInMetadataRegistry getBuiltInMetadataRegistry()
IRuntimeModelsProvider
getBuiltInMetadataRegistry
in interface IRuntimeModelsProvider
public IPhysicalModel getPhysicalModel()
IRuntimeModelsProvider
getPhysicalModel
in interface IRuntimeModelsProvider
Copyright © 2019. All rights reserved.