Class QuerydslKeyValueRepository<T,ID>

java.lang.Object
org.springframework.data.keyvalue.repository.support.SimpleKeyValueRepository<T,ID>
org.springframework.data.keyvalue.repository.support.QuerydslKeyValueRepository<T,ID>
Type Parameters:
T - the domain type to manage
ID - the identifier type of the domain type
All Implemented Interfaces:
KeyValueRepository<T,ID>, QuerydslPredicateExecutor<T>, CrudRepository<T,ID>, ListCrudRepository<T,ID>, ListPagingAndSortingRepository<T,ID>, PagingAndSortingRepository<T,ID>, Repository<T,ID>

@Deprecated public class QuerydslKeyValueRepository<T,ID> extends SimpleKeyValueRepository<T,ID> implements QuerydslPredicateExecutor<T>
Deprecated.
since 2.6, use QuerydslKeyValuePredicateExecutor instead.
KeyValueRepository implementation capable of executing Predicates using CollQuery.
Author:
Christoph Strobl, Oliver Gierke, Thomas Darimont, Mark Paluch