Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateOptionsCollector
Packages that use BooleanPredicateOptionsCollector
-
Uses of BooleanPredicateOptionsCollector in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type BooleanPredicateOptionsCollectorModifier and TypeInterfaceDescriptioninterfaceAn object where the clauses and options of aboolean predicatecan be set.interfaceGenericBooleanPredicateClausesStep<S extends C,C extends BooleanPredicateOptionsCollector<?>> A generic superinterface for Predicate DSL steps that involve collecting clauses and options of a boolean predicate.Subinterfaces of BooleanPredicateOptionsCollector in org.hibernate.search.engine.search.predicate.dslModifier and TypeInterfaceDescriptioninterfaceBooleanPredicateClausesStep<S extends BooleanPredicateClausesStep<?>>The initial and final step in a boolean predicate definition, where clauses can be added.interfaceGenericBooleanPredicateClausesStep<S extends C,C extends BooleanPredicateOptionsCollector<?>> A generic superinterface for Predicate DSL steps that involve collecting clauses and options of a boolean predicate.