Class StaticPredicateFinalStep
java.lang.Object
org.hibernate.search.engine.search.predicate.dsl.spi.StaticPredicateFinalStep
- All Implemented Interfaces:
PredicateFinalStep
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreate aSearchPredicate
instance matching the definition given in the previous DSL steps.
-
Constructor Details
-
StaticPredicateFinalStep
-
-
Method Details
-
toPredicate
Description copied from interface:PredicateFinalStep
Create aSearchPredicate
instance matching the definition given in the previous DSL steps.- Specified by:
toPredicate
in interfacePredicateFinalStep
- Returns:
- The
SearchPredicate
resulting from the previous DSL steps.
-