Type that creates entity collections for each entity type in the plugin. Maps entity keys to their corresponding ImmutableEntityCollection types. This implementation correctly handles the constraint that all entity types are records.
The entity key type, must extend PropertyKey
The entity types record, where each value must be a record
Type that creates entity collections for each entity type in the plugin. Maps entity keys to their corresponding ImmutableEntityCollection types. This implementation correctly handles the constraint that all entity types are records.