AutoBE
    Preparing search index...

    Interface AutoBeRealizeCollectorReference

    External entity reference needed by a collector function.

    FK references not in the Create DTO come from path parameters or auth context. Each becomes an IEntity parameter in the collector's collect() signature.

    Samchon

    interface AutoBeRealizeCollectorReference {
        databaseSchemaName: string;
        source: string;
    }
    Index

    Properties

    databaseSchemaName: string

    Prisma table name (e.g., "shopping_sales", "shopping_customers").

    source: string

    Source of this reference:

    • "from path parameter {paramName}" — URL path parameter
    • "from authorized actor" — logged-in user entity
    • "from authorized session" — current session entity