Liferay 6.2-ce-ga5

com.liferay.portal.dao.orm.hibernate
Class DisjunctionImpl

java.lang.Object
  extended by com.liferay.portal.dao.orm.hibernate.CriterionImpl
      extended by com.liferay.portal.dao.orm.hibernate.DisjunctionImpl
All Implemented Interfaces:
Criterion, Disjunction, Junction

public class DisjunctionImpl
extends CriterionImpl
implements Disjunction


Constructor Summary
DisjunctionImpl(org.hibernate.criterion.Disjunction disjunction)
           
 
Method Summary
 Junction add(Criterion criterion)
           
 org.hibernate.criterion.Disjunction getWrappedDisjunction()
           
 
Methods inherited from class com.liferay.portal.dao.orm.hibernate.CriterionImpl
getWrappedCriterion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisjunctionImpl

public DisjunctionImpl(org.hibernate.criterion.Disjunction disjunction)
Method Detail

add

public Junction add(Criterion criterion)
Specified by:
add in interface Junction

getWrappedDisjunction

public org.hibernate.criterion.Disjunction getWrappedDisjunction()

Liferay 6.2-ce-ga5