Uses of Class
com.evolveum.midpoint.repo.sqale.qmodel.ref.QReferenceMapping
-
-
Uses of QReferenceMapping in com.evolveum.midpoint.repo.sqale.delta.item
Constructors in com.evolveum.midpoint.repo.sqale.delta.item with parameters of type QReferenceMapping Constructor Description RefTableItemDeltaProcessor(SqaleUpdateContext<?,OQ,OR> context, QReferenceMapping<Q,?,OQ,OR> refTableMapping)
-
Uses of QReferenceMapping in com.evolveum.midpoint.repo.sqale.filtering
Constructors in com.evolveum.midpoint.repo.sqale.filtering with parameters of type QReferenceMapping Constructor Description RefTableItemFilterProcessor(SqlQueryContext<?,OQ,OR> context, QReferenceMapping<Q,R,OQ,OR> referenceMapping)
-
Uses of QReferenceMapping in com.evolveum.midpoint.repo.sqale.mapping
Methods in com.evolveum.midpoint.repo.sqale.mapping with parameters of type QReferenceMapping Modifier and Type Method Description default <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)
protected <REF extends MReference,OQ extends FlexibleRelationalPathBase<OR>,OR>
voidSqaleTableMapping. storeRefs(OR ownerRow, @NotNull List<ObjectReferenceType> refs, @NotNull QReferenceMapping<?,REF,OQ,OR> mapping, @NotNull JdbcSession jdbcSession)
-
Uses of QReferenceMapping in com.evolveum.midpoint.repo.sqale.qmodel.accesscert
Subclasses of QReferenceMapping in com.evolveum.midpoint.repo.sqale.qmodel.accesscert Modifier and Type Class Description class
QAccessCertificationWorkItemReferenceMapping
Mapping betweenQAccessCertificationWorkItemReference
andObjectReferenceType
. -
Uses of QReferenceMapping in com.evolveum.midpoint.repo.sqale.qmodel.assignment
Subclasses of QReferenceMapping in com.evolveum.midpoint.repo.sqale.qmodel.assignment Modifier and Type Class Description class
QAssignmentReferenceMapping<AOR extends MObject>
Mapping betweenQAssignmentReference
andObjectReferenceType
. -
Uses of QReferenceMapping in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem
Subclasses of QReferenceMapping in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem Modifier and Type Class Description class
QCaseWorkItemReferenceMapping
Mapping betweenQCaseWorkItemReference
andObjectReferenceType
. -
Uses of QReferenceMapping in com.evolveum.midpoint.repo.sqale.qmodel.ref
Subclasses of QReferenceMapping in com.evolveum.midpoint.repo.sqale.qmodel.ref Modifier and Type Class Description class
QObjectReferenceMapping<OQ extends QObject<OR>,OR extends MObject>
Mapping betweenQObjectReference
andObjectReferenceType
.Methods in com.evolveum.midpoint.repo.sqale.qmodel.ref that return QReferenceMapping Modifier and Type Method Description static QReferenceMapping<?,?,?,?>
QReferenceMapping. init(@NotNull SqaleRepoContext repositoryContext)
-