B - The implementation type of builders
This type is backend-specific. See SearchPredicateBuilder.toImplementation()public abstract class AbstractPredicateFinalStep<B> extends Object implements PredicateFinalStep
PredicateFinalStep implementations.| Modifier and Type | Field and Description |
|---|---|
protected SearchPredicateBuilderFactory<?,B> |
builderFactory |
| Constructor and Description |
|---|
AbstractPredicateFinalStep(SearchPredicateBuilderFactory<?,B> builderFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract B |
toImplementation() |
SearchPredicate |
toPredicate()
Create a
SearchPredicate instance
matching the definition given in the previous DSL steps. |
protected final SearchPredicateBuilderFactory<?,B> builderFactory
public AbstractPredicateFinalStep(SearchPredicateBuilderFactory<?,B> builderFactory)
public SearchPredicate toPredicate()
PredicateFinalStepSearchPredicate instance
matching the definition given in the previous DSL steps.toPredicate in interface PredicateFinalStepSearchPredicate resulting from the previous DSL steps.protected abstract B toImplementation()
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.