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.