Class ContainerTableUpdateContext<S extends Containerable,​Q extends QContainer<R,​OR>,​R extends MContainer,​OR>

  • Type Parameters:
    S - schema type of the container stored in the owned table
    Q - type of entity path for the owned (child) table
    R - row type related to the ContainerTableUpdateContext
    OR - owner row type

    public class ContainerTableUpdateContext<S extends Containerable,​Q extends QContainer<R,​OR>,​R extends MContainer,​OR>
    extends SqaleUpdateContext<S,​Q,​R>
    Update context for multi-value containers stored in separate table. This can be owned by the root object or another container.