Package com.evolveum.midpoint.repo.sqale.update
-
Class Summary Class Description AddObjectContext<S extends ObjectType,Q extends QObject<R>,R extends MObject> Add object operation context; used only for true add, not overwrite which is more like modify.ContainerTableUpdateContext<S extends Containerable,Q extends QContainer<R,OR>,R extends MContainer,OR> Update context for multi-value containers stored in separate table.ExtensionUpdateContext<Q extends FlexibleRelationalPathBase<R>,R> Update context for extension/attributes JSONB column.NestedContainerUpdateContext<S extends Containerable,Q extends FlexibleRelationalPathBase<R>,R> Update context for nested containers stored in the same table used by the parent context.RootUpdateContext<S extends ObjectType,Q extends QObject<R>,R extends MObject> Root context of the update context tree, seeSqaleUpdateContext
for more information.SqaleUpdateContext<S,Q extends FlexibleRelationalPathBase<R>,R> Update context manages state information related to the currently executed modify operation.