org.hibernate.sql
Class DisjunctionFragment

java.lang.Object
  extended by org.hibernate.sql.DisjunctionFragment

public class DisjunctionFragment
extends java.lang.Object

A disjunctive string of conditions

Author:
Gavin King

Constructor Summary
DisjunctionFragment()
           
 
Method Summary
 DisjunctionFragment addCondition(ConditionFragment fragment)
           
 java.lang.String toFragmentString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisjunctionFragment

public DisjunctionFragment()
Method Detail

addCondition

public DisjunctionFragment addCondition(ConditionFragment fragment)

toFragmentString

public java.lang.String toFragmentString()


Copyright © 2008 Hibernate.org. All Rights Reserved.