Uses of Interface
com.evolveum.midpoint.repo.sqale.SqaleObjectLoader
Packages that use SqaleObjectLoader
- 
Uses of SqaleObjectLoader in com.evolveum.midpoint.repo.sqale
Methods in com.evolveum.midpoint.repo.sqale with parameters of type SqaleObjectLoaderModifier and TypeMethodDescriptionstatic <S,Q extends FlexibleRelationalPathBase<R>, R> 
SqaleQueryContext<S,Q, R> SqaleQueryContext.from(SqaleTableMapping<S, Q, R> rootMapping, SqaleRepoContext sqlRepoContext, com.querydsl.sql.SQLQuery<?> sqlQuery, SqaleObjectLoader objectLoader) static <S,Q extends FlexibleRelationalPathBase<R>, R> 
SqaleQueryContext<S,Q, R> SqaleQueryContext.from(Class<S> schemaType, SqaleRepoContext sqlRepoContext, SqaleObjectLoader objectLoader) static <S,Q extends FlexibleRelationalPathBase<R>, R> 
SqaleQueryContext<S,Q, R> SqaleQueryContext.from(Class<S> schemaType, SqaleRepoContext sqlRepoContext, com.querydsl.sql.SQLQuery<?> sqlQuery, SqaleObjectLoader objectLoader) Factory method useful for cases when specific sqlQuery instance needs to be provided.