Uses of Interface
org.synchronoss.cpo.core.CpoOrderBy
Packages that use CpoOrderBy
-
Uses of CpoOrderBy in org.synchronoss.cpo.core
Classes in org.synchronoss.cpo.core that implement CpoOrderByModifier and TypeClassDescriptionclassDefaultCpoOrderByimplementation: an immutable, bindable sort clause on a single attribute, optionally wrapped in a native datastore function and associated with a custom marker for multi-clause substitution.Methods in org.synchronoss.cpo.core that return CpoOrderByModifier and TypeMethodDescriptionCpoAdapter.newOrderBy(String attribute, boolean ascending) Creates a CpoOrderBy for the attribute and direction.CpoAdapter.newOrderBy(String attribute, boolean ascending, String function) Creates a CpoOrderBy applying a datasource function to the attribute.CpoAdapter.newOrderBy(String marker, String attribute, boolean ascending) Creates a CpoOrderBy bound to a marker within the expression.CpoAdapter.newOrderBy(String marker, String attribute, boolean ascending, String function) Creates a CpoOrderBy bound to a marker, applying a datasource function to the attribute.CpoBaseAdapter.newOrderBy(String attribute, boolean ascending) CpoBaseAdapter.newOrderBy(String attribute, boolean ascending, String function) CpoBaseAdapter.newOrderBy(String marker, String attribute, boolean ascending) CpoBaseAdapter.newOrderBy(String marker, String attribute, boolean ascending, String function) Methods in org.synchronoss.cpo.core that return types with arguments of type CpoOrderByModifier and TypeMethodDescriptionCpoQuery.orderBys()Returns the value of theorderBysrecord component.Methods in org.synchronoss.cpo.core with parameters of type CpoOrderByMethod parameters in org.synchronoss.cpo.core with type arguments of type CpoOrderByModifier and TypeMethodDescriptionCpoQuery.orderBys(Collection<CpoOrderBy> orderBys) Adds a collection of orderings. -
Uses of CpoOrderBy in org.synchronoss.cpo.jdbc.jta
Methods in org.synchronoss.cpo.jdbc.jta that return CpoOrderByModifier and TypeMethodDescriptionJdbcCpoXaAdapter.newOrderBy(String attribute, boolean ascending) JdbcCpoXaAdapter.newOrderBy(String attribute, boolean ascending, String function) JdbcCpoXaAdapter.newOrderBy(String marker, String attribute, boolean ascending) JdbcCpoXaAdapter.newOrderBy(String marker, String attribute, boolean ascending, String function)