Uses of Class
com.evolveum.midpoint.repo.sqale.mapping.SqaleNestedMapping
-
Packages that use SqaleNestedMapping Package Description com.evolveum.midpoint.repo.sqale.delta.item com.evolveum.midpoint.repo.sqale.mapping com.evolveum.midpoint.repo.sqale.update -
-
Uses of SqaleNestedMapping in com.evolveum.midpoint.repo.sqale.delta.item
Constructors in com.evolveum.midpoint.repo.sqale.delta.item with parameters of type SqaleNestedMapping Constructor Description EmbeddedContainerDeltaProcessor(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 SqaleNestedMapping Modifier and Type Method Description SqaleNestedMapping<S,Q,R>
SqaleNestedMapping. 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)
<TS,TQ extends QObject<TR>,TR extends MObject>
SqaleNestedMapping<S,Q,R>SqaleNestedMapping. addRefMapping(@NotNull QName itemName, @NotNull Function<Q,UuidPath> rootToOidPath, @NotNull Function<Q,com.querydsl.core.types.dsl.EnumPath<MObjectType>> rootToTypePath, @NotNull 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 Constructor Description NestedMappingResolver(SqaleNestedMapping<S,Q,R> mapping)
-
Uses of SqaleNestedMapping in com.evolveum.midpoint.repo.sqale.update
Constructors in com.evolveum.midpoint.repo.sqale.update with parameters of type SqaleNestedMapping Constructor Description NestedContainerUpdateContext(SqaleUpdateContext<?,Q,R> parentContext, SqaleNestedMapping<S,Q,R> mapping)
-