Uses of Class
org.ujoframework.criterion.ValueCriterion

Packages that use ValueCriterion
org.ujoframework.orm The ORM support. 
 

Uses of ValueCriterion in org.ujoframework.orm
 

Methods in org.ujoframework.orm that return ValueCriterion
 ValueCriterion SqlDialect.printCriterion(ValueCriterion crit, java.lang.Appendable out)
          Print a conditon phrase by the criterion.
 

Methods in org.ujoframework.orm with parameters of type ValueCriterion
 java.lang.String SqlDialect.getCriterionTemplate(ValueCriterion crit)
          Returns an SQL criterion template.
 ValueCriterion SqlDialect.printCriterion(ValueCriterion crit, java.lang.Appendable out)
          Print a conditon phrase by the criterion.
 void SqlDialect.printForeignKey(ValueCriterion crit, MetaColumn column, java.lang.String template, java.lang.Appendable out)
          Print all items of the foreign key
 



Copyright © 2010. All Rights Reserved.