Module spring.data.keyvalue
Class QuerydslKeyValuePredicateExecutor<T>
java.lang.Object
org.springframework.data.keyvalue.repository.support.QuerydslKeyValuePredicateExecutor<T>
- All Implemented Interfaces:
ListQuerydslPredicateExecutor<T>,QuerydslPredicateExecutor<T>
public class QuerydslKeyValuePredicateExecutor<T>
extends Object
implements ListQuerydslPredicateExecutor<T>
- Since:
- 2.6
- Author:
- Mark Paluch
-
Constructor Summary
ConstructorsConstructorDescriptionQuerydslKeyValuePredicateExecutor(EntityInformation<T, ?> entityInformation, KeyValueOperations operations) Creates a newQuerydslKeyValuePredicateExecutorfor the givenEntityInformation.QuerydslKeyValuePredicateExecutor(EntityInformation<T, ?> entityInformation, ProjectionFactory projectionFactory, KeyValueOperations operations, EntityPathResolver resolver) Creates a newQuerydslKeyValuePredicateExecutorfor the givenEntityInformation, andEntityPathResolver. -
Method Summary
Modifier and TypeMethodDescriptionlongcount(com.querydsl.core.types.Predicate predicate) booleanexists(com.querydsl.core.types.Predicate predicate) findAll(com.querydsl.core.types.OrderSpecifier<?>... orders) findAll(com.querydsl.core.types.Predicate predicate) findAll(com.querydsl.core.types.Predicate predicate, com.querydsl.core.types.OrderSpecifier<?>... orders) <S extends T,R>
RfindBy(com.querydsl.core.types.Predicate predicate, Function<FluentQuery.FetchableFluentQuery<S>, R> queryFunction) findOne(com.querydsl.core.types.Predicate predicate) protected com.querydsl.collections.AbstractCollQuery<T,?> prepareQuery(com.querydsl.core.types.Predicate predicate) Creates executable query for givenPredicate.
-
Constructor Details
-
QuerydslKeyValuePredicateExecutor
public QuerydslKeyValuePredicateExecutor(EntityInformation<T, ?> entityInformation, KeyValueOperations operations) Creates a newQuerydslKeyValuePredicateExecutorfor the givenEntityInformation.- Parameters:
entityInformation- must not be null.operations- must not be null.
-
QuerydslKeyValuePredicateExecutor
public QuerydslKeyValuePredicateExecutor(EntityInformation<T, ?> entityInformation, ProjectionFactory projectionFactory, KeyValueOperations operations, EntityPathResolver resolver) Creates a newQuerydslKeyValuePredicateExecutorfor the givenEntityInformation, andEntityPathResolver.- Parameters:
entityInformation- must not be null.projectionFactory- must not be null.operations- must not be null.resolver- must not be null.
-
-
Method Details
-
findOne
- Specified by:
findOnein interfaceQuerydslPredicateExecutor<T>
-
findAll
- Specified by:
findAllin interfaceListQuerydslPredicateExecutor<T>- Specified by:
findAllin interfaceQuerydslPredicateExecutor<T>
-
findAll
public List<T> findAll(com.querydsl.core.types.Predicate predicate, com.querydsl.core.types.OrderSpecifier<?>... orders) - Specified by:
findAllin interfaceListQuerydslPredicateExecutor<T>- Specified by:
findAllin interfaceQuerydslPredicateExecutor<T>
-
findAll
- Specified by:
findAllin interfaceListQuerydslPredicateExecutor<T>- Specified by:
findAllin interfaceQuerydslPredicateExecutor<T>
-
findAll
- Specified by:
findAllin interfaceQuerydslPredicateExecutor<T>
-
findAll
- Specified by:
findAllin interfaceListQuerydslPredicateExecutor<T>- Specified by:
findAllin interfaceQuerydslPredicateExecutor<T>
-
count
public long count(com.querydsl.core.types.Predicate predicate) - Specified by:
countin interfaceQuerydslPredicateExecutor<T>
-
exists
public boolean exists(com.querydsl.core.types.Predicate predicate) - Specified by:
existsin interfaceQuerydslPredicateExecutor<T>
-
findBy
public <S extends T,R> R findBy(com.querydsl.core.types.Predicate predicate, Function<FluentQuery.FetchableFluentQuery<S>, R> queryFunction) - Specified by:
findByin interfaceQuerydslPredicateExecutor<T>
-
prepareQuery
protected com.querydsl.collections.AbstractCollQuery<T,?> prepareQuery(@Nullable com.querydsl.core.types.Predicate predicate) Creates executable query for givenPredicate.- Parameters:
predicate-- Returns:
-