Class NestedMappingResolver<S extends Containerable,Q extends FlexibleRelationalPathBase<R>,R>

java.lang.Object
com.evolveum.midpoint.repo.sqale.mapping.NestedMappingResolver<S,Q,R>
Type Parameters:
S - schema type for the nested container
Q - query type of entity where the mapping is nested and declared
R - row type of NestedMappingResolver
All Implemented Interfaces:
SqaleItemRelationResolver<Q,R,Q,R>, ItemRelationResolver<Q,R,Q,R>

public class NestedMappingResolver<S extends Containerable,Q extends FlexibleRelationalPathBase<R>,R> extends Object implements SqaleItemRelationResolver<Q,R,Q,R>
Resolver that maps the nested items (next component of the path) to the same table (query type).