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