Uses of Class
com.evolveum.midpoint.repo.sqale.qmodel.common.MContainer
Packages that use MContainer
Package
Description
-
Uses of MContainer in com.evolveum.midpoint.repo.sqale.delta.item
Classes in com.evolveum.midpoint.repo.sqale.delta.item with type parameters of type MContainerModifier and TypeClassDescriptionclassContainerTableDeltaProcessor<T extends Containerable,Q extends QContainer<R, OR>, R extends MContainer, OQ extends FlexibleRelationalPathBase<OR>, OR> Delta value processor for multi-value containers stored in separate tables. -
Uses of MContainer in com.evolveum.midpoint.repo.sqale.mapping
Classes in com.evolveum.midpoint.repo.sqale.mapping with type parameters of type MContainerModifier and TypeClassDescriptionclassContainerTableRelationResolver<Q extends FlexibleRelationalPathBase<R>,R, TS extends Containerable, TQ extends QContainer<TR, R> & QOwnedBy<R>, TR extends MContainer> Resolver that knows how to traverse to the specified container table.Methods in com.evolveum.midpoint.repo.sqale.mapping with type parameters of type MContainerModifier and TypeMethodDescriptiondefault <C extends Containerable,TQ extends QContainer<TR, R>, TR extends MContainer>
SqaleMappingMixin<S,Q, R> SqaleMappingMixin.addContainerTableMapping(@NotNull ItemName itemName, @NotNull QContainerMapping<C, TQ, TR, R> containerMapping, @NotNull BiFunction<Q, TQ, com.querydsl.core.types.Predicate> joinPredicate) Defines table mapping for multi-value container owned by an object or another container. -
Uses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.accesscert
Subclasses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.accesscertModifier and TypeClassDescriptionclassQuerydsl "row bean" type related toQAccessCertificationCase.classQuerydsl "row bean" type related toQAccessCertificationWorkItem. -
Uses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.assignment
Subclasses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.assignment -
Uses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem
Subclasses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem -
Uses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.common
Classes in com.evolveum.midpoint.repo.sqale.qmodel.common with type parameters of type MContainerModifier and TypeClassDescriptionclassQContainer<R extends MContainer,OR> Querydsl query type for "m_container" table.classQContainerMapping<S extends Containerable,Q extends QContainer<R, OR>, R extends MContainer, OR> Mapping betweenQContainerandContainerable.Fields in com.evolveum.midpoint.repo.sqale.qmodel.common with type parameters of type MContainerModifier and TypeFieldDescriptionstatic final Class<QContainer<MContainer,Object>> QContainer.CLASSIfQContainer.classis not enough because of generics, tryQContainer.CLASS. -
Uses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.focus
Subclasses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.focus -
Uses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.lookuptable
Subclasses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.lookuptable -
Uses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.object
Subclasses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.objectModifier and TypeClassDescriptionclassQuerydsl "row bean" type related toQOperationExecution.classQuerydsl "row bean" type related toQTrigger. -
Uses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.simulation
Subclasses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.simulation -
Uses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.task
Subclasses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.task -
Uses of MContainer in com.evolveum.midpoint.repo.sqale.update
Classes in com.evolveum.midpoint.repo.sqale.update with type parameters of type MContainerModifier and TypeClassDescriptionclassContainerTableUpdateContext<S extends Containerable,Q extends QContainer<R, OR>, R extends MContainer, OR> Update context for multi-value containers stored in separate table.