a2c633c5de999ac9a6006ea1db9188e1225dbe77
Spring Data resolves the method name to a join over transcription_block_mentioned_persons, returning every block whose sidecar contains the given personId. The B-tree index on person_id (V56) keeps the lookup O(log n) — required for the rename propagation that fans out to every block referencing the renamed person, and for the future "show all blocks mentioning person X" query on the person detail page. The underscore between MentionedPersons and PersonId is the explicit property-boundary form, immune to ambiguous longest-match parsing if the embeddable later gains another nested object. Refs #362 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Description
No description provided
Languages
Python
73.1%
TypeScript
11.5%
Java
10.9%
Svelte
4.2%
Shell
0.1%