Class AssociationSearchQueryKey
- java.lang.Object
-
- com.evolveum.midpoint.model.common.expression.evaluator.caching.QueryKey
-
- com.evolveum.midpoint.model.common.expression.evaluator.caching.AssociationSearchQueryKey
-
public class AssociationSearchQueryKey extends QueryKey
- Author:
- Pavol Mederly
-
-
Constructor Summary
Constructors Constructor Description AssociationSearchQueryKey(Class<? extends ObjectType> type, ObjectQuery query, ObjectSearchStrategyType searchStrategy, ExpressionEvaluationContext params, PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
-
-
-
Constructor Detail
-
AssociationSearchQueryKey
public AssociationSearchQueryKey(Class<? extends ObjectType> type, ObjectQuery query, ObjectSearchStrategyType searchStrategy, ExpressionEvaluationContext params, PrismContext prismContext)
-
-