Uses of Package
org.castor.cpa.persistence.sql.query

Packages that use org.castor.cpa.persistence.sql.query
org.castor.cpa.persistence.sql.driver   
org.castor.cpa.persistence.sql.engine   
org.castor.cpa.persistence.sql.query   
org.castor.cpa.persistence.sql.query.condition   
org.castor.cpa.persistence.sql.query.expression   
org.castor.cpa.persistence.sql.query.visitor   
org.exolab.castor.persist.spi Defines the interfaces for persistence engine service providers. 
 

Classes in org.castor.cpa.persistence.sql.query used by org.castor.cpa.persistence.sql.driver
Visitor
          Interface providing methods for Elements of the implementation of the visitor pattern.
 

Classes in org.castor.cpa.persistence.sql.query used by org.castor.cpa.persistence.sql.engine
Delete
          Class to generate SQL delete query statements.
Insert
          Class to generate SQL Insert query statements.
Select
          Class to generate SQL select query statements.
Update
          Class to generate SQL update query statements.
 

Classes in org.castor.cpa.persistence.sql.query used by org.castor.cpa.persistence.sql.query
Assignment
          Assignment used for SQL update statements.
Delete
          Class to generate SQL delete query statements.
Insert
          Class to generate SQL Insert query statements.
Join
          Class holding join informations.
JoinOperator
          Class holding different join types.
Qualifier
          Abstract base class for all qualifiers.
QueryObject
          Interface providing method for Elements of the visitor pattern to receive visitors.
Select
          Class to generate SQL select query statements.
Table
          Class representing a table of the database.
TableAlias
          Visitor constructing queryString.
Update
          Class to generate SQL update query statements.
Visitor
          Interface providing methods for Elements of the implementation of the visitor pattern.
 

Classes in org.castor.cpa.persistence.sql.query used by org.castor.cpa.persistence.sql.query.condition
QueryObject
          Interface providing method for Elements of the visitor pattern to receive visitors.
Visitor
          Interface providing methods for Elements of the implementation of the visitor pattern.
 

Classes in org.castor.cpa.persistence.sql.query used by org.castor.cpa.persistence.sql.query.expression
Qualifier
          Abstract base class for all qualifiers.
QueryObject
          Interface providing method for Elements of the visitor pattern to receive visitors.
Visitor
          Interface providing methods for Elements of the implementation of the visitor pattern.
 

Classes in org.castor.cpa.persistence.sql.query used by org.castor.cpa.persistence.sql.query.visitor
Assignment
          Assignment used for SQL update statements.
Delete
          Class to generate SQL delete query statements.
Insert
          Class to generate SQL Insert query statements.
Join
          Class holding join informations.
Qualifier
          Abstract base class for all qualifiers.
Select
          Class to generate SQL select query statements.
Table
          Class representing a table of the database.
TableAlias
          Visitor constructing queryString.
Update
          Class to generate SQL update query statements.
Visitor
          Interface providing methods for Elements of the implementation of the visitor pattern.
 

Classes in org.castor.cpa.persistence.sql.query used by org.exolab.castor.persist.spi
Visitor
          Interface providing methods for Elements of the implementation of the visitor pattern.
 



Copyright © 2012. All Rights Reserved.