Liferay 6.1.2-ce-ga3

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

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

public class ConjunctionImpl
extends CriterionImpl
implements Conjunction


Constructor Summary
ConjunctionImpl(org.hibernate.criterion.Conjunction conjunction)
           
 
Method Summary
 Junction add(Criterion criterion)
           
 org.hibernate.criterion.Conjunction getWrappedConjunction()
           
 
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

ConjunctionImpl

public ConjunctionImpl(org.hibernate.criterion.Conjunction conjunction)
Method Detail

add

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

getWrappedConjunction

public org.hibernate.criterion.Conjunction getWrappedConjunction()

Liferay 6.1.2-ce-ga3