com.liferay.portal.dao.orm.hibernate
Class ConjunctionImpl
java.lang.Object
com.liferay.portal.dao.orm.hibernate.CriterionImpl
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConjunctionImpl
public ConjunctionImpl(org.hibernate.criterion.Conjunction conjunction)
add
public Junction add(Criterion criterion)
- Specified by:
add
in interface Junction
getWrappedConjunction
public org.hibernate.criterion.Conjunction getWrappedConjunction()