Instantiate an Entity framework.
An IEntityMetricsAdapter for collecting metrics on this instance
Database adapter configurations for this instance
Cache adapter configurations for this instance
Optional set of EntityMutationTrigger to run for all entity mutations systemwide.
Readonly
globalOptional set of EntityMutationTrigger to run for all entity mutations systemwide.
Readonly
metricsAn IEntityMetricsAdapter for collecting metrics on this instance
Get the entity companion for specified entity. If not already computed and cached, the entity companion is constructed using the configuration provided by the factory.
entity class to load
An instance of the Entity framework.
Required to create a ViewerContext, which is the application entry point into the framework.
Internally, this is a lazy entity companion factory that instantiates and caches one EntityCompanion for each type of Entity.