Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.ExistsPredicateOptionsStep
Packages that use ExistsPredicateOptionsStep
-
Uses of ExistsPredicateOptionsStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type ExistsPredicateOptionsStepModifier and TypeInterfaceDescriptioninterfaceExistsPredicateFieldStep<SR,N extends ExistsPredicateOptionsStep<?>> The initial step in an "exists" predicate definition, where the target field can be set.interfaceExistsPredicateOptionsStep<S extends ExistsPredicateOptionsStep<?>>The final step in an "exists" predicate definition, where optional parameters can be set.