Package com.evolveum.midpoint.repo.sqlbase.mapping.item
-
Interface Summary Interface Description ItemRelationResolver Common contract for resolver that helps with navigating over complex (non-single) item paths. -
Class Summary Class Description ItemRelationResolver.ResolutionResult ItemSqlMapper Declarative information how an item (from schema/prism world) is to be processed when interpreting query.NestedMappingResolver<Q extends FlexibleRelationalPathBase<?>> Resolver that maps the nested items (next component of the path) to the same query type columns.TableRelationResolver<Q extends FlexibleRelationalPathBase<?>,DQ extends FlexibleRelationalPathBase<DR>,DR> Resolver that knows how to addJOIN
for the specified target query type.