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<S extends NestedPredicateClausesStep<?>>The step in a nested predicate definition where clauses can be added.interfaceThe initial and final step in a "simple boolean predicate" definition, where clauses can be added and options can be set.