Uses of Class
com.evolveum.midpoint.repo.sqale.qmodel.ref.MReference
Package
Description
-
Uses of MReference in com.evolveum.midpoint.repo.sqale.filtering
Modifier 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
Modifier 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.Modifier 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
Modifier and TypeClassDescriptionclass
Querydsl "row bean" type related toQAccessCertificationWorkItemReference
. -
Uses of MReference in com.evolveum.midpoint.repo.sqale.qmodel.assignment
Modifier and TypeClassDescriptionclass
class
Querydsl "row bean" type related toQAssignmentReference
. -
Uses of MReference in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem
Modifier and TypeClassDescriptionclass
Querydsl "row bean" type related toQCaseWorkItemReference
. -
Uses of MReference in com.evolveum.midpoint.repo.sqale.qmodel.object
Modifier 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
Modifier 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
.Modifier and TypeFieldDescriptionstatic final Class<QReference<MReference,
Object>> QReference.CLASS
IfQReference.class
is not enough because of generics, tryQReference.CLASS
.Modifier and TypeMethodDescriptionQObjectReferenceFullObjectMapping.insert
(ObjectReferenceType reference, OR ownerRow, JdbcSession jdbcSession) QObjectReferenceFullObjectMapping.newRowObject
(MObject ownerRow) QObjectReferenceMapping.newRowObject
(MObject ownerRow) Modifier 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)
.Modifier and TypeMethodDescriptionprotected void
QObjectReferenceFullObjectMapping.initRowObject
(MReference row, ObjectReferenceType reference) QObjectReferenceFullObjectMapping.toSchemaObject
(MReference row) Modifier 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)
.ModifierConstructorDescriptionQObjectReference
(Class<? extends MReference> clazz, String variable, String schema, String table) -
Uses of MReference in com.evolveum.midpoint.repo.sqale.qmodel.shadow
-
Uses of MReference in com.evolveum.midpoint.repo.sqale.qmodel.simulation
-
Uses of MReference in com.evolveum.midpoint.repo.sqale.qmodel.task
Modifier and TypeClassDescriptionclass
Querydsl "row bean" type related toQAffectedObjectReference
.