站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Uses of Class net.sf.hibernate.sql.ConditionFragment (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Class
net.sf.hibernate.sql.ConditionFragment

Packages that use ConditionFragment
net.sf.hibernate.sql   
 

Uses of ConditionFragment in net.sf.hibernate.sql
 

Methods in net.sf.hibernate.sql that return ConditionFragment
 ConditionFragment ConditionFragment.setOp(String op)
          Sets the op.
 ConditionFragment ConditionFragment.setTableAlias(String tableAlias)
          Sets the tableAlias.
 ConditionFragment ConditionFragment.setCondition(String[] lhs, String[] rhs)
           
 ConditionFragment ConditionFragment.setCondition(String[] lhs, String rhs)
           
 

Methods in net.sf.hibernate.sql with parameters of type ConditionFragment
 DisjunctionFragment DisjunctionFragment.addCondition(ConditionFragment fragment)