Uses of Class
org.springframework.data.keyvalue.repository.query.KeyValuePartTreeQuery
Package
Description
Query derivation mechanism for key/value specific repositories providing a generic SpEL based implementation.
-
Uses of KeyValuePartTreeQuery in org.springframework.data.keyvalue.repository.query
Modifier and TypeClassDescriptionclass
KeyValuePartTreeQuery
implementation deriving queries fromPartTree
using a predefinedAbstractQueryCreator
that caches the once created query.