Uses of Class
com.evolveum.midpoint.repo.sqale.qmodel.common.QContainer
Packages that use QContainer
Package
Description
-
Uses of QContainer in com.evolveum.midpoint.repo.sqale.delta.item
Classes in com.evolveum.midpoint.repo.sqale.delta.item with type parameters of type QContainerModifier and TypeClassDescriptionclass
ContainerTableDeltaProcessor<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 QContainer in com.evolveum.midpoint.repo.sqale.mapping
Classes in com.evolveum.midpoint.repo.sqale.mapping with type parameters of type QContainerModifier and TypeClassDescriptionclass
ContainerTableRelationResolver<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 QContainerModifier 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 QContainer in com.evolveum.midpoint.repo.sqale.qmodel.accesscert
Subclasses of QContainer in com.evolveum.midpoint.repo.sqale.qmodel.accesscertModifier and TypeClassDescriptionclass
Querydsl query type for "m_access_cert_case" table.class
Querydsl query type for "m_access_cert_wi" table. -
Uses of QContainer in com.evolveum.midpoint.repo.sqale.qmodel.assignment
Subclasses of QContainer in com.evolveum.midpoint.repo.sqale.qmodel.assignmentModifier and TypeClassDescriptionclass
QAssignment<OR extends MObject>
Querydsl query type for "m_assignment" table. -
Uses of QContainer in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem
Subclasses of QContainer in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem -
Uses of QContainer in com.evolveum.midpoint.repo.sqale.qmodel.common
Classes in com.evolveum.midpoint.repo.sqale.qmodel.common with type parameters of type QContainerModifier and TypeClassDescriptionclass
QContainerMapping<S extends Containerable,
Q extends QContainer<R, OR>, R extends MContainer, OR> Mapping betweenQContainer
andContainerable
.Fields in com.evolveum.midpoint.repo.sqale.qmodel.common with type parameters of type QContainerModifier and TypeFieldDescriptionstatic final Class<QContainer<MContainer,
Object>> QContainer.CLASS
IfQContainer.class
is not enough because of generics, tryQContainer.CLASS
. -
Uses of QContainer in com.evolveum.midpoint.repo.sqale.qmodel.focus
Subclasses of QContainer in com.evolveum.midpoint.repo.sqale.qmodel.focusModifier and TypeClassDescriptionclass
QFocusIdentity<OR extends MFocus>
Querydsl query type for "m_focus_identity" table. -
Uses of QContainer in com.evolveum.midpoint.repo.sqale.qmodel.lookuptable
Subclasses of QContainer in com.evolveum.midpoint.repo.sqale.qmodel.lookuptable -
Uses of QContainer in com.evolveum.midpoint.repo.sqale.qmodel.object
Subclasses of QContainer in com.evolveum.midpoint.repo.sqale.qmodel.objectModifier and TypeClassDescriptionclass
QOperationExecution<OR extends MObject>
Querydsl query type for "m_operation_execution" table.class
Querydsl query type for "m_trigger" table. -
Uses of QContainer in com.evolveum.midpoint.repo.sqale.qmodel.simulation
Subclasses of QContainer in com.evolveum.midpoint.repo.sqale.qmodel.simulation -
Uses of QContainer in com.evolveum.midpoint.repo.sqale.qmodel.task
Subclasses of QContainer in com.evolveum.midpoint.repo.sqale.qmodel.task -
Uses of QContainer in com.evolveum.midpoint.repo.sqale.update
Classes in com.evolveum.midpoint.repo.sqale.update with type parameters of type QContainerModifier and TypeClassDescriptionclass
ContainerTableUpdateContext<S extends Containerable,
Q extends QContainer<R, OR>, R extends MContainer, OR> Update context for multi-value containers stored in separate table.