Package com.evolveum.midpoint.repo.cache
Class QueryKey
- java.lang.Object
-
- com.evolveum.midpoint.repo.cache.QueryKey
-
public class QueryKey extends Object
- Author:
- Pavol Mederly
-
-
Constructor Summary
Constructors Constructor Description QueryKey(Class<T> type, ObjectQuery query)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
ObjectQuery
getQuery()
Class<? extends ObjectType>
getType()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
QueryKey
public QueryKey(Class<T> type, ObjectQuery query)
-
-
Method Detail
-
getType
public Class<? extends ObjectType> getType()
-
getQuery
public ObjectQuery getQuery()
-
-