Uses of Interface
org.hotrod.runtime.interfaces.OrderBy
-
Packages that use OrderBy Package Description org.hotrod.runtime.interfaces -
-
Uses of OrderBy in org.hotrod.runtime.interfaces
Classes in org.hotrod.runtime.interfaces with type parameters of type OrderBy Modifier and Type Class Description classDaoWithOrder<P,O extends OrderBy>Methods in org.hotrod.runtime.interfaces with parameters of type OrderBy Modifier and Type Method Description static java.lang.StringOrderByRenderer. render(OrderBy[] orderBies)Constructors in org.hotrod.runtime.interfaces with parameters of type OrderBy Constructor Description DaoWithOrder(P p, O... o)
-