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

Uses of Class org.hibernate.sql.ConditionFragment (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


Uses of Class
org.hibernate.sql.ConditionFragment

Packages that use ConditionFragment
org.hibernate.sql This package defines helper classes for rendering SQL fragments and SQL statements. 
 

Uses of ConditionFragment in org.hibernate.sql
 

Methods in org.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 org.hibernate.sql with parameters of type ConditionFragment
 DisjunctionFragment DisjunctionFragment.addCondition(ConditionFragment fragment)