public class FixQuerydslPredicateBuilder
extends java.lang.Object
| 构造器和说明 |
|---|
FixQuerydslPredicateBuilder(org.springframework.core.convert.ConversionService conversionService,
org.springframework.data.querydsl.EntityPathResolver resolver) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.mysema.query.types.Predicate |
getPredicate(org.springframework.data.util.TypeInformation<?> type,
org.springframework.util.MultiValueMap<java.lang.String,java.lang.String> values,
org.springframework.data.querydsl.binding.QuerydslBindings bindings)
Creates a Querydsl
Predicate for the given values, QuerydslBindings on the given
TypeInformation. |
public FixQuerydslPredicateBuilder(org.springframework.core.convert.ConversionService conversionService,
org.springframework.data.querydsl.EntityPathResolver resolver)
public com.mysema.query.types.Predicate getPredicate(org.springframework.data.util.TypeInformation<?> type,
org.springframework.util.MultiValueMap<java.lang.String,java.lang.String> values,
org.springframework.data.querydsl.binding.QuerydslBindings bindings)
Predicate for the given values, QuerydslBindings on the given
TypeInformation.type - the type to create a predicate for.values - the values to bind.bindings - the QuerydslBindings for the predicate.