Uses of Class
com.evolveum.midpoint.repo.sqale.SqaleQueryContext
Packages that use SqaleQueryContext
Package
Description
-
Uses of SqaleQueryContext in com.evolveum.midpoint.repo.sqale
Methods in com.evolveum.midpoint.repo.sqale that return SqaleQueryContextModifier 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) 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.SqaleQueryContext<?,?, ?> SqaleQueryContext.parentContext()Constructors in com.evolveum.midpoint.repo.sqale with parameters of type SqaleQueryContextModifierConstructorDescriptionAggregateSearchContext(AggregateQuery<?> query, SqaleQueryContext<? extends Containerable, FlexibleRelationalPathBase<Object>, Object> queryContext, OperationResult result) -
Uses of SqaleQueryContext in com.evolveum.midpoint.repo.sqale.filtering
Constructors in com.evolveum.midpoint.repo.sqale.filtering with parameters of type SqaleQueryContextModifierConstructorDescriptionExistsFilterProcessor(SqaleQueryContext<?, Q, R> context) FullTextFilterProcessor(SqaleQueryContext<?, ?, ?> context) OrgFilterProcessor(SqaleQueryContext<?, ?, ?> context) OwnedByFilterProcessor(SqaleQueryContext<?, Q, R> context) ReferencedByFilterProcessor(SqaleQueryContext<?, Q, R> context) TypeFilterProcessor(SqaleQueryContext<?, ?, ?> context) -
Uses of SqaleQueryContext in com.evolveum.midpoint.repo.sqale.mapping
Methods in com.evolveum.midpoint.repo.sqale.mapping with parameters of type SqaleQueryContextModifier and TypeMethodDescriptioncom.querydsl.core.types.PredicateCountMappingResolver.createExistsPredicate(SqaleQueryContext<?, Q, R> context) This creates the predicate representing the EXISTS filter.