Interface NestedPredicateOptionsStep<S extends NestedPredicateOptionsStep<?>>
-
- Type Parameters:
S- The "self" type (the actual exposed type of this step).
- All Superinterfaces:
PredicateFinalStep
- All Known Implementing Classes:
NestedPredicateFieldStepImpl
@Deprecated public interface NestedPredicateOptionsStep<S extends NestedPredicateOptionsStep<?>> extends PredicateFinalStep
Deprecated.UseSearchPredicateFactory.nested(String)instead.The final step in an "nested" predicate definition, where optional parameters can be set.
-
-
Method Summary
-
Methods inherited from interface org.hibernate.search.engine.search.predicate.dsl.PredicateFinalStep
toPredicate
-
-