Class SingleIdLoadPlan<T>

  • All Implemented Interfaces:
    LoadPlan, SingleEntityLoadPlan
    Direct Known Subclasses:
    SingleIdArrayLoadPlan

    public class SingleIdLoadPlan<T>
    extends Object
    implements SingleEntityLoadPlan
    todo (6.0) : this can generically define a load-by-uk as well. only the SQL AST and `restrictivePart` vary and they are passed as ctor args Describes a plan for loading an entity by identifier.
    Implementation Note:
    Made up of (1) a SQL AST for the SQL SELECT and (2) the `ModelPart` used as the restriction