Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.MatchNonePredicateFinalStep
-
-
Uses of MatchNonePredicateFinalStep in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl that return MatchNonePredicateFinalStep Modifier and Type Method Description MatchNonePredicateFinalStepSearchPredicateFactory. matchNone()Match none of the documents. -
Uses of MatchNonePredicateFinalStep in org.hibernate.search.engine.search.predicate.dsl.impl
Classes in org.hibernate.search.engine.search.predicate.dsl.impl that implement MatchNonePredicateFinalStep Modifier and Type Class Description classMatchNonePredicateFinalStepImpl -
Uses of MatchNonePredicateFinalStep in org.hibernate.search.engine.search.predicate.dsl.spi
Methods in org.hibernate.search.engine.search.predicate.dsl.spi that return MatchNonePredicateFinalStep Modifier and Type Method Description MatchNonePredicateFinalStepAbstractSearchPredicateFactory. matchNone()
-