Class ConjunctionImpl

Object
com.liferay.portal.dao.orm.hibernate.CriterionImpl
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
Author:
Raymond Augé
  • Constructor Details

    • ConjunctionImpl

      public ConjunctionImpl(org.hibernate.criterion.Conjunction conjunction)
  • Method Details

    • 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()
    • toString

      public String toString()
      Overrides:
      toString in class CriterionImpl