Uses of Class
com.evolveum.midpoint.repo.sqale.qmodel.ref.MReference
Packages that use MReference
Package
Description
-
Uses of MReference in com.evolveum.midpoint.repo.sqale.filtering
Classes in com.evolveum.midpoint.repo.sqale.filtering with type parameters of type MReferenceModifier 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 MReference in com.evolveum.midpoint.repo.sqale.mapping
Classes in com.evolveum.midpoint.repo.sqale.mapping with type parameters of type MReferenceModifier 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 MReferenceModifier 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) 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 MReference in com.evolveum.midpoint.repo.sqale.qmodel.accesscert
Subclasses of MReference in com.evolveum.midpoint.repo.sqale.qmodel.accesscertModifier and TypeClassDescriptionclass
Querydsl "row bean" type related toQAccessCertificationWorkItemReference
. -
Uses of MReference in com.evolveum.midpoint.repo.sqale.qmodel.assignment
Subclasses of MReference in com.evolveum.midpoint.repo.sqale.qmodel.assignmentModifier and TypeClassDescriptionclass
class
Querydsl "row bean" type related toQAssignmentReference
. -
Uses of MReference in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem
Subclasses of MReference in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitemModifier and TypeClassDescriptionclass
Querydsl "row bean" type related toQCaseWorkItemReference
. -
Uses of MReference in com.evolveum.midpoint.repo.sqale.qmodel.object
Methods in com.evolveum.midpoint.repo.sqale.qmodel.object with type parameters of type MReferenceModifier and TypeMethodDescription<TQ extends QReference<TR,
R>, TR extends MReference>
SqaleMappingMixin<S,Q, R> QObjectMapping.addRefMapping
(@NotNull QName itemName, @NotNull QReferenceMapping<TQ, TR, Q, R> referenceMapping) -
Uses of MReference in com.evolveum.midpoint.repo.sqale.qmodel.ref
Classes in com.evolveum.midpoint.repo.sqale.qmodel.ref with type parameters of type MReferenceModifier and TypeClassDescriptionclass
QReference<R extends MReference,
OR> Querydsl query type for "m_reference" table that contains all persisted object references.class
QReferenceMapping<Q extends QReference<R,
OR>, R extends MReference, OQ extends FlexibleRelationalPathBase<OR>, OR> Base mapping betweenQReference
subclasses andObjectReferenceType
.Subclasses of MReference in com.evolveum.midpoint.repo.sqale.qmodel.refFields in com.evolveum.midpoint.repo.sqale.qmodel.ref with type parameters of type MReferenceModifier and TypeFieldDescriptionstatic final Class<QReference<MReference,
Object>> QReference.CLASS
IfQReference.class
is not enough because of generics, tryQReference.CLASS
.Methods in com.evolveum.midpoint.repo.sqale.qmodel.ref that return MReferenceModifier and TypeMethodDescriptionQObjectReferenceFullObjectMapping.insert
(ObjectReferenceType reference, OR ownerRow, JdbcSession jdbcSession) QObjectReferenceFullObjectMapping.newRowObject
(MObject ownerRow) QObjectReferenceMapping.newRowObject
(MObject ownerRow) Methods in com.evolveum.midpoint.repo.sqale.qmodel.ref that return types with arguments of type MReferenceModifier and TypeMethodDescriptionQObjectReferenceMapping.createRowTransformer
(SqlQueryContext<ObjectReferenceType, QObjectReference<OR>, MReference> sqlQueryContext, JdbcSession jdbcSession, Collection<SelectorOptions<GetOperationOptions>> options) References are extracted from their owner objects insideResultListRowTransformer.beforeTransformation(java.util.List<com.querydsl.core.Tuple>, Q)
.Methods in com.evolveum.midpoint.repo.sqale.qmodel.ref with parameters of type MReferenceModifier and TypeMethodDescriptionprotected void
QObjectReferenceFullObjectMapping.initRowObject
(MReference row, ObjectReferenceType reference) QObjectReferenceFullObjectMapping.toSchemaObject
(MReference row) Method parameters in com.evolveum.midpoint.repo.sqale.qmodel.ref with type arguments of type MReferenceModifier and TypeMethodDescriptionvoid
QObjectReferenceFullObjectMapping.afterModify
(SqaleUpdateContext<ObjectReferenceType, QObjectReference<OR>, MReference> updateContext) void
QObjectReferenceMapping.afterModify
(SqaleUpdateContext<ObjectReferenceType, QObjectReference<OR>, MReference> updateContext) QObjectReferenceMapping.createRowTransformer
(SqlQueryContext<ObjectReferenceType, QObjectReference<OR>, MReference> sqlQueryContext, JdbcSession jdbcSession, Collection<SelectorOptions<GetOperationOptions>> options) References are extracted from their owner objects insideResultListRowTransformer.beforeTransformation(java.util.List<com.querydsl.core.Tuple>, Q)
.Constructor parameters in com.evolveum.midpoint.repo.sqale.qmodel.ref with type arguments of type MReferenceModifierConstructorDescriptionQObjectReference
(Class<? extends MReference> clazz, String variable, String schema, String table) -
Uses of MReference in com.evolveum.midpoint.repo.sqale.qmodel.shadow
Subclasses of MReference in com.evolveum.midpoint.repo.sqale.qmodel.shadow -
Uses of MReference in com.evolveum.midpoint.repo.sqale.qmodel.simulation
Subclasses of MReference in com.evolveum.midpoint.repo.sqale.qmodel.simulation -
Uses of MReference in com.evolveum.midpoint.repo.sqale.qmodel.task
Subclasses of MReference in com.evolveum.midpoint.repo.sqale.qmodel.taskModifier and TypeClassDescriptionclass
Querydsl "row bean" type related toQAffectedObjectReference
.