Uses of Class
com.evolveum.midpoint.repo.sqale.qmodel.ref.QReference
Packages that use QReference
Package
Description
-
Uses of QReference in com.evolveum.midpoint.repo.sqale.delta.item
Classes in com.evolveum.midpoint.repo.sqale.delta.item with type parameters of type QReferenceModifier and TypeClassDescriptionclass
RefTableItemDeltaProcessor<Q extends QReference<?,
OR>, OQ extends FlexibleRelationalPathBase<OR>, OR> Delta value processor for multi-value references stored in separate tables. -
Uses of QReference in com.evolveum.midpoint.repo.sqale.filtering
Classes in com.evolveum.midpoint.repo.sqale.filtering with type parameters of type QReferenceModifier and TypeClassDescriptionclass
RefTableItemFilterProcessor<Q extends QReference<R,
OR>, R extends MReference, OQ extends FlexibleRelationalPathBase<OR>, OR> Filter processor for reference item paths resolved viaQReference
tables. -
Uses of QReference in com.evolveum.midpoint.repo.sqale.mapping
Classes in com.evolveum.midpoint.repo.sqale.mapping with type parameters of type QReferenceModifier and TypeClassDescriptionclass
RefTableTargetResolver<Q extends QReference<R,
?>, R extends MReference, TQ extends QObject<TR>, TR extends MObject> Resolver that knows how to traverse from reference table to the reference target.Methods in com.evolveum.midpoint.repo.sqale.mapping with type parameters of type QReferenceModifier and TypeMethodDescriptiondefault <TQ extends QReference<TR,
R>, TR extends MReference>
SqaleMappingMixin<S,Q, R> SqaleMappingMixin.addRefMapping
(@NotNull QName itemName, @NotNull QReferenceMapping<TQ, TR, Q, R> referenceMapping) Defines multi-value reference mapping (refs in table) for both query and modifications.<TQ extends QReference<TR,
R>, TR extends MReference>
SqaleNestedMapping<S,Q, R> SqaleNestedMapping.addRefMapping
(@NotNull QName itemName, @NotNull QReferenceMapping<TQ, TR, Q, R> referenceMapping) -
Uses of QReference in com.evolveum.midpoint.repo.sqale.qmodel.accesscert
Subclasses of QReference in com.evolveum.midpoint.repo.sqale.qmodel.accesscertModifier and TypeClassDescriptionclass
Querydsl query type for case work item reference tables. -
Uses of QReference in com.evolveum.midpoint.repo.sqale.qmodel.assignment
Subclasses of QReference in com.evolveum.midpoint.repo.sqale.qmodel.assignmentModifier and TypeClassDescriptionclass
Querydsl query type for assignment reference tables (for assignment metadata references). -
Uses of QReference in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem
Subclasses of QReference in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitemModifier and TypeClassDescriptionclass
Querydsl query type for case work item reference tables. -
Uses of QReference in com.evolveum.midpoint.repo.sqale.qmodel.ref
Classes in com.evolveum.midpoint.repo.sqale.qmodel.ref with type parameters of type QReferenceModifier and TypeClassDescriptionclass
QReferenceMapping<Q extends QReference<R,
OR>, R extends MReference, OQ extends FlexibleRelationalPathBase<OR>, OR> Base mapping betweenQReference
subclasses andObjectReferenceType
.Subclasses of QReference in com.evolveum.midpoint.repo.sqale.qmodel.refModifier and TypeClassDescriptionclass
QObjectReference<OR extends MObject>
Querydsl query type for object owned references.Fields in com.evolveum.midpoint.repo.sqale.qmodel.ref with type parameters of type QReferenceModifier and TypeFieldDescriptionstatic final Class<QReference<MReference,
Object>> QReference.CLASS
IfQReference.class
is not enough because of generics, tryQReference.CLASS
. -
Uses of QReference in com.evolveum.midpoint.repo.sqale.qmodel.simulation
Subclasses of QReference in com.evolveum.midpoint.repo.sqale.qmodel.simulation