entityTable property
The entity table/type this operation belongs to (e.g. the entity type name or configured table name).
Lets consumers safely filter and deterministically deserialize operations when multiple entity types share one pending-operations store, instead of guessing via fragile try/catch. Nullable for backward compatibility with operations persisted before this field existed.
Implementation
final String? entityTable;