类的使用
org.hibernate.sql.ConditionFragment
-
使用ConditionFragment的程序包 程序包 说明 org.hibernate.sql This package defines helper classes for rendering SQL fragments and SQL statements. -
-
org.hibernate.sql中ConditionFragment的使用
返回ConditionFragment的org.hibernate.sql中的方法 修饰符和类型 方法 说明 ConditionFragmentConditionFragment. setCondition(String[] lhs, String rhs)ConditionFragmentConditionFragment. setCondition(String[] lhs, String[] rhs)ConditionFragmentConditionFragment. setOp(String op)Sets the op.ConditionFragmentConditionFragment. setTableAlias(String tableAlias)Sets the tableAlias.参数类型为ConditionFragment的org.hibernate.sql中的方法 修饰符和类型 方法 说明 DisjunctionFragmentDisjunctionFragment. addCondition(ConditionFragment fragment)
-