Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.GenericSimpleBooleanPredicateClausesStep
Packages that use GenericSimpleBooleanPredicateClausesStep
-
Uses of GenericSimpleBooleanPredicateClausesStep in org.hibernate.search.engine.search.predicate.dsl
Subinterfaces of GenericSimpleBooleanPredicateClausesStep in org.hibernate.search.engine.search.predicate.dslModifier and TypeInterfaceDescriptioninterfaceNestedPredicateClausesStep<SR,S extends NestedPredicateClausesStep<SR, ?>> The step in a nested predicate definition where clauses can be added.interfaceSimpleBooleanPredicateClausesStep<SR,S extends SimpleBooleanPredicateClausesStep<SR, ?>> The initial and final step in a "simple boolean predicate" definition, where clauses can be added and options can be set.