org.hibernate.sql
Class DisjunctionFragment
java.lang.Object
org.hibernate.sql.DisjunctionFragment
public class DisjunctionFragment
- extends Object
A disjunctive string of conditions
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisjunctionFragment
public DisjunctionFragment()
addCondition
public DisjunctionFragment addCondition(ConditionFragment fragment)
toFragmentString
public String toFragmentString()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.