Uses of Class
com.evolveum.midpoint.repo.sqale.qmodel.common.MContainer
-
-
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 MContainer Modifier and Type Class Description class
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 MContainer in com.evolveum.midpoint.repo.sqale.mapping
Classes in com.evolveum.midpoint.repo.sqale.mapping with type parameters of type MContainer Modifier and Type Class Description class
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 MContainer Modifier and Type Method Description default <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.accesscert Modifier and Type Class Description class
MAccessCertificationCase
Querydsl "row bean" type related toQAccessCertificationCase
.class
MAccessCertificationWorkItem
Querydsl "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 Modifier and Type Class Description class
MAssignment
Querydsl "row bean" type related toQAssignment
. -
Uses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem
Subclasses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem Modifier and Type Class Description class
MCaseWorkItem
Querydsl "row bean" type related toQCaseWorkItem
. -
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 MContainer Modifier and Type Class Description class
QContainer<R extends MContainer,OR>
Querydsl query type for "m_container" table.class
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 MContainer Modifier and Type Field Description static Class<QContainer<MContainer,Object>>
QContainer. CLASS
IfQContainer.class
is 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 Modifier and Type Class Description class
MFocusIdentity
Querydsl "row bean" type related toQOperationExecution
. -
Uses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.lookuptable
Subclasses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.lookuptable Modifier and Type Class Description class
MLookupTableRow
Querydsl "row bean" type related toQLookupTableRow
. -
Uses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.object
Subclasses of MContainer in com.evolveum.midpoint.repo.sqale.qmodel.object Modifier and Type Class Description class
MOperationExecution
Querydsl "row bean" type related toQOperationExecution
.class
MTrigger
Querydsl "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 Modifier and Type Class Description class
MProcessedObject
-
Uses of MContainer in com.evolveum.midpoint.repo.sqale.update
Classes in com.evolveum.midpoint.repo.sqale.update with type parameters of type MContainer Modifier and Type Class Description class
ContainerTableUpdateContext<S extends Containerable,Q extends QContainer<R,OR>,R extends MContainer,OR>
Update context for multi-value containers stored in separate table.
-