Uses of Class
com.vaadin.v7.data.util.sqlcontainer.query.OrderBy
-
Packages that use OrderBy Package Description com.vaadin.v7.data.util.sqlcontainer com.vaadin.v7.data.util.sqlcontainer.query com.vaadin.v7.data.util.sqlcontainer.query.generator -
-
Uses of OrderBy in com.vaadin.v7.data.util.sqlcontainer
Methods in com.vaadin.v7.data.util.sqlcontainer with parameters of type OrderBy Modifier and Type Method Description voidSQLContainer. addOrderBy(OrderBy orderBy)Deprecated.Adds the given OrderBy to this container and refreshes the container contents with the new sorting rules. -
Uses of OrderBy in com.vaadin.v7.data.util.sqlcontainer.query
Method parameters in com.vaadin.v7.data.util.sqlcontainer.query with type arguments of type OrderBy Modifier and Type Method Description voidFreeformQuery. setOrderBy(List<OrderBy> orderBys)Deprecated.voidFreeformQueryDelegate. setOrderBy(List<OrderBy> orderBys)Deprecated.Sets the order in which to retrieve rows from the database.voidQueryDelegate. setOrderBy(List<OrderBy> orderBys)Deprecated.Sets the order in which to retrieve rows from the database.voidTableQuery. setOrderBy(List<OrderBy> orderBys)Deprecated. -
Uses of OrderBy in com.vaadin.v7.data.util.sqlcontainer.query.generator
Methods in com.vaadin.v7.data.util.sqlcontainer.query.generator with parameters of type OrderBy Modifier and Type Method Description protected StringBufferDefaultSQLGenerator. generateOrderBy(StringBuffer sb, OrderBy o, boolean firstOrderBy)Deprecated.Generates sorting rules as an ORDER BY -clause.
-