Uses of Class
com.evolveum.midpoint.repo.sqale.mapping.SqaleNestedMapping
Packages that use SqaleNestedMapping
Package
Description
-
Uses of SqaleNestedMapping in com.evolveum.midpoint.repo.sqale
Methods in com.evolveum.midpoint.repo.sqale with parameters of type SqaleNestedMappingModifier and TypeMethodDescription<TS,TQ extends FlexibleRelationalPathBase<TR>, TR>
SqlQueryContext<TS,TQ, TR> SqaleQueryContext.nestedContext(SqaleNestedMapping<TS, TQ, TR> nestedMapping) -
Uses of SqaleNestedMapping in com.evolveum.midpoint.repo.sqale.delta.item
Constructors in com.evolveum.midpoint.repo.sqale.delta.item with parameters of type SqaleNestedMappingModifierConstructorDescriptionEmbeddedContainerDeltaProcessor(SqaleUpdateContext<OS, OQ, OR> context, SqaleNestedMapping<T, OQ, OR> nestedMapping) Constructs the delta processor, here we care about type match for parameters, later we don't. -
Uses of SqaleNestedMapping in com.evolveum.midpoint.repo.sqale.mapping
Methods in com.evolveum.midpoint.repo.sqale.mapping that return SqaleNestedMappingModifier and TypeMethodDescriptionSqaleNestedMapping.addItemMapping(@NotNull QName itemName, @NotNull ItemSqlMapper<Q, R> itemMapper) default <N extends Containerable>
SqaleNestedMapping<N,Q, R> SqaleMappingMixin.addNestedMapping(@NotNull QName itemName, @NotNull Class<N> nestedSchemaType) Defines nested mapping for container embedded in the same table.<TQ extends QReference<TR,R>, TR extends MReference>
SqaleNestedMapping<S,Q, R> SqaleNestedMapping.addRefMapping(@NotNull QName itemName, @NotNull QReferenceMapping<TQ, TR, Q, R> referenceMapping) SqaleNestedMapping.addRefMapping(@NotNull QName itemName, @NotNull Function<Q, UuidPath> rootToOidPath, @Nullable Function<Q, com.querydsl.core.types.dsl.EnumPath<MObjectType>> rootToTypePath, @Nullable Function<Q, com.querydsl.core.types.dsl.NumberPath<Integer>> rootToRelationIdPath, @NotNull Supplier<QueryTableMapping<TS, TQ, TR>> targetMappingSupplier) Constructors in com.evolveum.midpoint.repo.sqale.mapping with parameters of type SqaleNestedMapping -
Uses of SqaleNestedMapping in com.evolveum.midpoint.repo.sqale.update
Constructors in com.evolveum.midpoint.repo.sqale.update with parameters of type SqaleNestedMappingModifierConstructorDescriptionNestedContainerUpdateContext(SqaleUpdateContext<?, Q, R> parentContext, SqaleNestedMapping<S, Q, R> mapping)