Uses of Interface
org.castor.cpa.query.SelectQuery

Packages that use SelectQuery
org.castor.cpa.query   
org.castor.cpa.query.castorql   
org.castor.cpa.query.ejbql   
org.castor.cpa.query.object   
 

Uses of SelectQuery in org.castor.cpa.query
 

Methods in org.castor.cpa.query that return SelectQuery
static SelectQuery QueryFactory.newSelectQuery()
          The method to create a new SelectQuery.
 

Uses of SelectQuery in org.castor.cpa.query.castorql
 

Methods in org.castor.cpa.query.castorql that return SelectQuery
 SelectQuery CastorQLTreeWalker.getSelect()
          Gets the select.
 

Methods in org.castor.cpa.query.castorql with parameters of type SelectQuery
 void CastorQLTreeWalker.setSelect(SelectQuery select)
          Sets the select.
 

Uses of SelectQuery in org.castor.cpa.query.ejbql
 

Methods in org.castor.cpa.query.ejbql that return SelectQuery
 SelectQuery EjbQLTreeWalker.getSelect()
          Gets the select.
 

Methods in org.castor.cpa.query.ejbql with parameters of type SelectQuery
 void EjbQLTreeWalker.setSelect(SelectQuery select)
          Sets the select.
 

Uses of SelectQuery in org.castor.cpa.query.object
 

Classes in org.castor.cpa.query.object that implement SelectQuery
 class SelectQueryImpl
          Final class that implements SelectQuery.
 



Copyright © 2011. All Rights Reserved.