Interface SearchPredicateDslContext<F extends SearchPredicateBuilderFactory<?>>
-
- Type Parameters:
F
- The type of predicate builder factory.
public interface SearchPredicateDslContext<F extends SearchPredicateBuilderFactory<?>>
Represents the current context in the search DSL, including in particular the predicate builder factory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description F
builderFactory()
-
-
-
Method Detail
-
builderFactory
F builderFactory()
- Returns:
- The aggregation builder factory. Will always return the exact same instance.
-
-