Uses of Interface
org.hibernate.search.engine.search.reference.predicate.TypedPredicateFieldReference
Packages that use TypedPredicateFieldReference
Package
Description
-
Uses of TypedPredicateFieldReference in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type TypedPredicateFieldReferenceModifier and TypeInterfaceDescriptioninterfaceCommonQueryStringPredicateFieldMoreStep<SR,S extends CommonQueryStringPredicateFieldMoreStep<SR, ?, N, FR>, N extends CommonQueryStringPredicateOptionsStep<?>, FR extends TypedPredicateFieldReference<SR, ?>> The step in a query string predicate definition, where the query string to match can be set (see the superinterfaceCommonQueryStringPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.interfaceCommonQueryStringPredicateFieldStep<SR,N extends CommonQueryStringPredicateFieldMoreStep<SR, ?, ?, FR>, FR extends TypedPredicateFieldReference<SR, ?>> The initial step in a query string predicate definition, where the target field can be set.Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type TypedPredicateFieldReference -
Uses of TypedPredicateFieldReference in org.hibernate.search.engine.search.reference.predicate
Subinterfaces of TypedPredicateFieldReference in org.hibernate.search.engine.search.reference.predicateModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceClasses in org.hibernate.search.engine.search.reference.predicate that implement TypedPredicateFieldReferenceModifier and TypeClassDescriptionfinal recordAnyPredicateReference<SR,T> A generic predicate-field reference that can be manually created and passed to any predicate-DSL methods that require a field reference.