Member Junction
    Preparing search index...

    Lightweight PK classifier. Cascade (each step is independent; first confident nominee wins):

    1. Universal convention — vendor-wide hint matches a field
    2. Naming heuristic — common PK names (id, ID, Id, …)
    3. Statistical uniqueness — sample rows: exactly one column is unique+non-null
    4. One-shot LLM — single inference; no iteration; honest 'none'

    Returns Confident=false when nothing is confident enough. The pipeline then leaves the IO row PK-less; no __mj.Entity is created for it until a PK resolves (the runtime D7 rule). No fabrication.

    Index

    Constructors

    Methods

    Constructors

    Methods