resource model metadata
created during both resource model registration and usage.See: Description
Interface | Description |
---|---|
MappedFieldMetaData.NebaDelegatingLazyLoadingProxy |
Class | Description |
---|---|
MappedFieldMetaData |
Represents meta-data of a mappable
resource model field. |
MethodMetaData |
Represents method meta-data extracted from a
ResourceModel . |
ModelStatisticsConsolePlugin |
Provides a RESTFul JSON API for
ResourceModel metadata,
i.e. |
ResourceModelMetaData |
Represents meta-data of a
ResourceModel . |
ResourceModelMetaDataRegistrar |
Builds and caches
ResourceModelMetaData for each ResourceModel . |
ResourceModelStatistics |
Represents statistical data regarding the usage of a
ResourceModel . |
resource model metadata
created during both resource model registration and usage. This metadata is used during the lookup and adaptation of the resource models
to avoid costly superfluous reflection on the resource model types at runtime. Furthermore,
the metadata console plugin
leverages the static resource model metadata in combination with
statistical resource model data collected at runtime
. to
display and visualize runtime behavior.Copyright © 2024. All rights reserved.