Uses of Class
org.ujoframework.orm.CriterionDecoder

Packages that use CriterionDecoder
org.ujoframework.orm The ORM support. 
org.ujoframework.orm.dialect   
 

Uses of CriterionDecoder in org.ujoframework.orm
 

Methods in org.ujoframework.orm that return CriterionDecoder
 CriterionDecoder Query.getDecoder()
          Method builds and retuns a criterion decoder.
 

Methods in org.ujoframework.orm with parameters of type CriterionDecoder
 void JdbcStatement.assignValues(CriterionDecoder decoder)
          Assign values into the prepared statement
 java.lang.Appendable SqlDialect.printDelete(MetaTable table, CriterionDecoder decoder, java.lang.Appendable out)
          Print an SQL DELETE statement.
 java.lang.Appendable SqlDialect.printUpdate(MetaTable table, java.util.List<MetaColumn> changedColumns, CriterionDecoder decoder, java.lang.Appendable out)
          Print an SQL UPDATE statement.
 

Uses of CriterionDecoder in org.ujoframework.orm.dialect
 

Methods in org.ujoframework.orm.dialect with parameters of type CriterionDecoder
 java.lang.Appendable MySqlDialect.printDelete(MetaTable table, CriterionDecoder decoder, java.lang.Appendable out)
          Print an SQL DELETE statement.
 



Copyright © 2010. All Rights Reserved.