Uses of Class
com.evolveum.midpoint.repo.sqale.qmodel.common.QContainer
-
-
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 QContainer Modifier and Type Class Description classContainerTableDeltaProcessor<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 QContainer Modifier and Type Class Description classContainerTableRelationResolver<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 QContainer 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 QContainer in com.evolveum.midpoint.repo.sqale.qmodel.accesscert
Subclasses of QContainer in com.evolveum.midpoint.repo.sqale.qmodel.accesscert Modifier and Type Class Description classQAccessCertificationCaseQuerydsl query type for "m_access_cert_case" table.classQAccessCertificationWorkItemQuerydsl 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.assignment Modifier and Type Class Description classQAssignment<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 Modifier and Type Class Description classQCaseWorkItemQuerydsl query type for "m_case_wi" table. -
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 QContainer Modifier and Type Class Description 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 QContainer Modifier and Type Field Description static Class<QContainer<MContainer,Object>>QContainer. CLASSIfQContainer.classis not enough because of generics, tryQContainer.CLASS. -
Uses of QContainer in com.evolveum.midpoint.repo.sqale.qmodel.lookuptable
Subclasses of QContainer in com.evolveum.midpoint.repo.sqale.qmodel.lookuptable Modifier and Type Class Description classQLookupTableRowQuerydsl query type for "m_lookup_table_row" table. -
Uses of QContainer in com.evolveum.midpoint.repo.sqale.qmodel.object
Subclasses of QContainer in com.evolveum.midpoint.repo.sqale.qmodel.object Modifier and Type Class Description classQOperationExecution<OR extends MObject>Querydsl query type for "m_operation_execution" table.classQTrigger<OR extends MObject>Querydsl query type for "m_trigger" table. -
Uses of QContainer in com.evolveum.midpoint.repo.sqale.update
Classes in com.evolveum.midpoint.repo.sqale.update with type parameters of type QContainer Modifier and Type Class Description classContainerTableUpdateContext<S extends Containerable,Q extends QContainer<R,OR>,R extends MContainer,OR>Update context for multi-value containers stored in separate table.
-