Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.ExistsPredicateOptionsStep
-
Packages that use ExistsPredicateOptionsStep Package Description org.hibernate.search.engine.search.predicate.dsl -
-
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 ExistsPredicateOptionsStep Modifier and Type Interface Description interfaceExistsPredicateFieldStep<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.
-