Class StaticSortThenStep<SR>
java.lang.Object
org.hibernate.search.engine.search.sort.dsl.spi.AbstractSortThenStep<SR>
org.hibernate.search.engine.search.sort.dsl.spi.StaticSortThenStep<SR>
- All Implemented Interfaces:
SortFinalStep
,SortThenStep<SR>
-
Constructor Summary
ConstructorsConstructorDescriptionStaticSortThenStep
(SearchSortDslContext<SR, ?, ?> parentDslContext, SearchSort sort) -
Method Summary
Methods inherited from class org.hibernate.search.engine.search.sort.dsl.spi.AbstractSortThenStep
then, toSort
-
Constructor Details
-
StaticSortThenStep
-
-
Method Details
-
build
- Specified by:
build
in classAbstractSortThenStep<SR>
-