properties property

Map<String?, ManagedPropertyDescription?> properties
getter/setter pair

IMPROVEMENT: Cache of entity.properties to reduce property loading time

Implementation

late Map<String?, ManagedPropertyDescription?> properties = entity.properties;