Uses of Class
org.technologybrewery.fermenter.stout.sort.SortWrapper
-
Packages that use SortWrapper Package Description org.technologybrewery.fermenter.stout.page.json -
-
Uses of SortWrapper in org.technologybrewery.fermenter.stout.page.json
Methods in org.technologybrewery.fermenter.stout.page.json that return SortWrapper Modifier and Type Method Description SortWrapperFindByExampleCriteria. getSortWrapper()Methods in org.technologybrewery.fermenter.stout.page.json with parameters of type SortWrapper Modifier and Type Method Description voidFindByExampleCriteria. setSortWrapper(SortWrapper sortWrapper)Constructors in org.technologybrewery.fermenter.stout.page.json with parameters of type SortWrapper Constructor Description FindByExampleCriteria(int startPage, int count, SortWrapper sortWrapper)FindByExampleCriteria(T probe, boolean containsMatch, int startPage, int count, SortWrapper sortWrapper)FindByExampleCriteria(T probe, int startPage, int count, SortWrapper sortWrapper)
-