Class MatchNonePredicateFinalStepImpl
- java.lang.Object
-
- org.hibernate.search.engine.search.predicate.dsl.spi.AbstractPredicateFinalStep
-
- org.hibernate.search.engine.search.predicate.dsl.impl.MatchNonePredicateFinalStepImpl
-
- All Implemented Interfaces:
MatchNonePredicateFinalStep,PredicateFinalStep
public final class MatchNonePredicateFinalStepImpl extends AbstractPredicateFinalStep implements MatchNonePredicateFinalStep
-
-
Field Summary
-
Fields inherited from class org.hibernate.search.engine.search.predicate.dsl.spi.AbstractPredicateFinalStep
dslContext
-
-
Constructor Summary
Constructors Constructor Description MatchNonePredicateFinalStepImpl(SearchPredicateDslContext<?> dslContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SearchPredicatebuild()-
Methods inherited from class org.hibernate.search.engine.search.predicate.dsl.spi.AbstractPredicateFinalStep
toPredicate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.search.engine.search.predicate.dsl.PredicateFinalStep
toPredicate
-
-
-
-
Constructor Detail
-
MatchNonePredicateFinalStepImpl
public MatchNonePredicateFinalStepImpl(SearchPredicateDslContext<?> dslContext)
-
-
Method Detail
-
build
protected SearchPredicate build()
- Specified by:
buildin classAbstractPredicateFinalStep
-
-