Interface CompositeSortBuilder
-
- All Superinterfaces:
SearchSortBuilder
public interface CompositeSortBuilder extends SearchSortBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(SearchSort sort)
-
Methods inherited from interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilder
build
-
-
-
-
Method Detail
-
add
void add(SearchSort sort)
-
-