Uses of Class
org.castor.cpa.persistence.sql.query.Table

Packages that use Table
org.castor.cpa.persistence.sql.query   
org.castor.cpa.persistence.sql.query.visitor   
 

Uses of Table in org.castor.cpa.persistence.sql.query
 

Methods in org.castor.cpa.persistence.sql.query that return Table
 Table TableAlias.getTable()
          Get method returning table currently set.
 

Methods in org.castor.cpa.persistence.sql.query with parameters of type Table
 void Visitor.visit(Table table)
          Visit method to handle Table elements.
 

Constructors in org.castor.cpa.persistence.sql.query with parameters of type Table
TableAlias(Table table, String name)
          Method constructing a new TableAlias by taking a pre-constructed table and a string to be used as alias for the given table.
 

Uses of Table in org.castor.cpa.persistence.sql.query.visitor
 

Methods in org.castor.cpa.persistence.sql.query.visitor with parameters of type Table
 void UncoupleVisitor.visit(Table table)
          Visit method to handle Table elements.
 void ParameterVisitor.visit(Table table)
          Visit method to handle Table elements.
 void DefaultQueryVisitor.visit(Table table)
          Visit method to handle Table elements.
 



Copyright © 2011. All Rights Reserved.