Class ContainerTableDeltaProcessor<T extends Containerable,Q extends QContainer<R,OR>,R extends MContainer,OQ extends FlexibleRelationalPathBase<OR>,OR>

java.lang.Object
com.evolveum.midpoint.repo.sqale.delta.ItemDeltaValueProcessor<T>
com.evolveum.midpoint.repo.sqale.delta.item.ContainerTableDeltaProcessor<T,Q,R,OQ,OR>
Type Parameters:
T - schema type for container
Q - query type for container table
R - row type for container table, related to ContainerTableDeltaProcessor
OQ - query type of the table owning this container
OR - row type of the table owning this container, related to ContainerTableDeltaProcessor
All Implemented Interfaces:
ItemDeltaProcessor

public class ContainerTableDeltaProcessor<T extends Containerable,Q extends QContainer<R,OR>,R extends MContainer,OQ extends FlexibleRelationalPathBase<OR>,OR> extends ItemDeltaValueProcessor<T>
Delta value processor for multi-value containers stored in separate tables.