Class QueryKey<T extends ObjectType>
- java.lang.Object
-
- com.evolveum.midpoint.repo.cache.local.QueryKey<T>
-
public class QueryKey<T extends ObjectType> extends Object
Key for repository query cache. The query is stored as a clone, in order to make sure it won't be changed during the lifetime of the cache entry.
-
-
Constructor Summary
Constructors Constructor Description QueryKey(@NotNull Class<T> type, ObjectQuery query)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
ObjectQuery
getQuery()
@NotNull Class<T>
getType()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
QueryKey
public QueryKey(@NotNull @NotNull Class<T> type, ObjectQuery query)
-
-
Method Detail
-
getQuery
public ObjectQuery getQuery()
-
-