Uses of Class
org.plasma.query.model.OrderBy

Packages that use OrderBy
org.plasma.query.collector   
org.plasma.query.model PlasmaSDO™ License This is a community release of PlasmaSDO™, a dual-license Service Data Object (SDO) 2.1 implementation. 
org.plasma.sdo.access.provider.common   
 

Uses of OrderBy in org.plasma.query.collector
 

Constructors in org.plasma.query.collector with parameters of type OrderBy
SelectionCollector(Select select, Where where, OrderBy orderBy, Type rootType)
           
SelectionCollector(Select select, Where where, OrderBy orderBy, Type rootType, boolean onlySingularProperties)
           
 

Uses of OrderBy in org.plasma.query.model
 

Fields in org.plasma.query.model declared as OrderBy
protected  OrderBy Clause.orderBy
           
 

Methods in org.plasma.query.model that return OrderBy
 OrderBy ObjectFactory.createOrderBy()
          Create an instance of OrderBy
 OrderBy Query.findOrderByClause()
           
 OrderBy Clause.getOrderBy()
          Gets the value of the orderBy property.
 

Methods in org.plasma.query.model with parameters of type OrderBy
 void Clause.setOrderBy(OrderBy value)
          Sets the value of the orderBy property.
 

Constructors in org.plasma.query.model with parameters of type OrderBy
Clause(OrderBy orderBy)
           
Query(Select select, From from, OrderBy orderBy)
           
Query(Select select, From from, OrderBy orderBy, GroupBy groupBy)
           
Query(Select select, From from, Where where, OrderBy orderBy)
           
Query(Select select, From from, Where where, OrderBy orderBy, GroupBy groupBy)
           
 

Uses of OrderBy in org.plasma.sdo.access.provider.common
 

Fields in org.plasma.sdo.access.provider.common declared as OrderBy
protected  OrderBy DataComparatorAssembler.orderby
           
 

Constructors in org.plasma.sdo.access.provider.common with parameters of type OrderBy
DataComparatorAssembler(OrderBy orderby, Type rootType, DataComparator dataComparator)
           
DataGraphComparatorAssembler(OrderBy orderby, Type rootType)
           
DataObjectComparatorAssembler(OrderBy orderby, Type rootType)
           
 



Copyright © 2013. All rights reserved.