public class QuerydslPredicateBuilder extends ObjectSE
PropertyValues から Predicate を組み立てるビルダー。| コンストラクターと説明 |
|---|
QuerydslPredicateBuilder(ConversionService conversionService, EntityPathResolver resolver) |
| 修飾子と型 | メソッドと説明 |
|---|---|
com.querydsl.core.types.Predicate | getPredicate(TypeInformation<?> type, MultiValueMap<StringSE, StringSE> values, QuerydslBindings bindings) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic QuerydslPredicateBuilder(ConversionService conversionService, EntityPathResolver resolver)
conversionService - null であってはなりません。resolver - null でもかまいません。@Nullable public com.querydsl.core.types.Predicate getPredicate(TypeInformation<?> type, MultiValueMap<StringSE,StringSE> values, QuerydslBindings bindings)
type - 述語を作成する型。values - バインドする値。bindings - 述語の QuerydslBindings。Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.