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

Packages that use Update
org.castor.cpa.persistence.sql.engine   
org.castor.cpa.persistence.sql.query   
org.castor.cpa.persistence.sql.query.visitor   
 

Uses of Update in org.castor.cpa.persistence.sql.engine
 

Methods in org.castor.cpa.persistence.sql.engine with parameters of type Update
 void CastorStatement.prepareStatement(Update update, Condition condition)
          Method to prepare update statement, append passed condition and store it in local Variable.
 

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

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

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

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



Copyright © 2011. All Rights Reserved.