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:
com.liferay.portal.kernel.dao.orm.Conjunction, com.liferay.portal.kernel.dao.orm.Criterion, com.liferay.portal.kernel.dao.orm.Junction

public class ConjunctionImpl
extends CriterionImpl
implements com.liferay.portal.kernel.dao.orm.Conjunction

View Source

Author:
Raymond Augé

Constructor Summary
ConjunctionImpl(org.hibernate.criterion.Conjunction conjunction)
           
 
Method Summary
 com.liferay.portal.kernel.dao.orm.Junction add(com.liferay.portal.kernel.dao.orm.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 com.liferay.portal.kernel.dao.orm.Junction add(com.liferay.portal.kernel.dao.orm.Criterion criterion)
Specified by:
add in interface com.liferay.portal.kernel.dao.orm.Junction

getWrappedConjunction

public org.hibernate.criterion.Conjunction getWrappedConjunction()