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