Class StaticSortThenStep
java.lang.Object
org.hibernate.search.engine.search.sort.dsl.spi.AbstractSortThenStep
org.hibernate.search.engine.search.sort.dsl.spi.StaticSortThenStep
- All Implemented Interfaces:
SortFinalStep
,SortThenStep
-
Constructor Summary
ConstructorsConstructorDescriptionStaticSortThenStep
(SearchSortDslContext<?, ?> 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
-