Class ContainerTableRelationResolver<Q extends FlexibleRelationalPathBase<R>,R,TS extends Containerable,TQ extends QContainer<TR,R> & QOwnedBy<R>,TR extends MContainer>

java.lang.Object
com.evolveum.midpoint.repo.sqlbase.mapping.TableRelationResolver<Q,R,TS,TQ,TR>
com.evolveum.midpoint.repo.sqale.mapping.ContainerTableRelationResolver<Q,R,TS,TQ,TR>
Type Parameters:
Q - type of source entity path (where the mapping is)
R - row type for ContainerTableRelationResolver, this is the owner of the target table
TS - schema type for the target entity
TQ - type of target entity path
TR - row type related to the target entity path ContainerTableRelationResolver
All Implemented Interfaces:
SqaleItemRelationResolver<Q,R,TQ,TR>, ItemRelationResolver<Q,R,TQ,TR>

public class ContainerTableRelationResolver<Q extends FlexibleRelationalPathBase<R>,R,TS extends Containerable,TQ extends QContainer<TR,R> & QOwnedBy<R>,TR extends MContainer> extends TableRelationResolver<Q,R,TS,TQ,TR> implements SqaleItemRelationResolver<Q,R,TQ,TR>
Resolver that knows how to traverse to the specified container table.