Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.SimpleBooleanPredicateOptionsStep
-
-
Uses of SimpleBooleanPredicateOptionsStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type SimpleBooleanPredicateOptionsStep Modifier and Type Interface Description interfaceSimpleBooleanPredicateOptionsStep<S extends SimpleBooleanPredicateOptionsStep<?>>The initial and final step in a "simple boolean predicate" definition, where options can be set.Subinterfaces of SimpleBooleanPredicateOptionsStep in org.hibernate.search.engine.search.predicate.dsl Modifier and Type Interface Description interfaceSimpleBooleanPredicateClausesStep<S extends SimpleBooleanPredicateClausesStep<?>>The initial and final step in a "simple boolean predicate" definition, where clauses can be added and options can be set.Methods in org.hibernate.search.engine.search.predicate.dsl that return SimpleBooleanPredicateOptionsStep Modifier and Type Method Description SimpleBooleanPredicateOptionsStep<?>SearchPredicateFactory. and(PredicateFinalStep firstSearchPredicate, PredicateFinalStep... otherSearchPredicates)Match documents if they match all clauses.SimpleBooleanPredicateOptionsStep<?>SearchPredicateFactory. and(SearchPredicate firstSearchPredicate, SearchPredicate... otherSearchPredicates)Match documents if they match all previously-builtSearchPredicate.SimpleBooleanPredicateOptionsStep<?>SearchPredicateFactory. or(PredicateFinalStep firstSearchPredicate, PredicateFinalStep... otherSearchPredicates)Match documents if they match any clause.SimpleBooleanPredicateOptionsStep<?>SearchPredicateFactory. or(SearchPredicate firstSearchPredicate, SearchPredicate... otherSearchPredicates)Match documents if they match any previously-builtSearchPredicate. -
Uses of SimpleBooleanPredicateOptionsStep in org.hibernate.search.engine.search.predicate.dsl.impl
Classes in org.hibernate.search.engine.search.predicate.dsl.impl that implement SimpleBooleanPredicateOptionsStep Modifier and Type Class Description classSimpleBooleanPredicateClausesStepImpl -
Uses of SimpleBooleanPredicateOptionsStep in org.hibernate.search.engine.search.predicate.dsl.spi
Methods in org.hibernate.search.engine.search.predicate.dsl.spi that return SimpleBooleanPredicateOptionsStep Modifier and Type Method Description SimpleBooleanPredicateOptionsStep<?>AbstractSearchPredicateFactory. and(PredicateFinalStep firstSearchPredicate, PredicateFinalStep... otherSearchPredicate)SimpleBooleanPredicateOptionsStep<?>AbstractSearchPredicateFactory. and(SearchPredicate firstSearchPredicate, SearchPredicate... otherSearchPredicates)SimpleBooleanPredicateOptionsStep<?>AbstractSearchPredicateFactory. or(PredicateFinalStep firstSearchPredicate, PredicateFinalStep... otherSearchPredicate)SimpleBooleanPredicateOptionsStep<?>AbstractSearchPredicateFactory. or(SearchPredicate firstSearchPredicate, SearchPredicate... otherSearchPredicate)
-