F - The type of sort factory.B - The implementation type of builders.
This type is backend-specific. See SearchSortBuilder.toImplementation().PDF - The type of factory used to create predicates in SortFilterStep.filter(Function).public interface SearchSortDslContext<F extends SearchSortBuilderFactory<?,B>,B,PDF extends SearchPredicateFactory>
SortThenStep.then().| Modifier and Type | Method and Description |
|---|---|
SearchSortDslContext<?,B,PDF> |
append(B builder)
Create a new context with a sort builder appended.
|
F |
builderFactory() |
PDF |
predicateFactory() |
SearchSort |
toSort()
Create a
SearchSort instance
matching the definition given in the previous DSL steps. |
<PDF2 extends SearchPredicateFactory> |
withExtendedPredicateFactory(SearchPredicateFactoryExtension<PDF2> extension) |
F builderFactory()
SearchSortDslContext<?,B,PDF> append(B builder)
builder - The builder to add.PDF predicateFactory()
<PDF2 extends SearchPredicateFactory> SearchSortDslContext<F,B,PDF2> withExtendedPredicateFactory(SearchPredicateFactoryExtension<PDF2> extension)
PDF2 - The type of the new predicate factory.extension - The extension to apply to the predicate factory.this except for the predicate factory which is extended.SearchSort toSort()
SearchSort instance
matching the definition given in the previous DSL steps.SearchSort instance.Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.