Liferay 6.0.5

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

java.lang.Object
  extended by com.liferay.portal.dao.orm.hibernate.ProjectionImpl
All Implemented Interfaces:
Projection
Direct Known Subclasses:
ProjectionListImpl, PropertyImpl

public class ProjectionImpl
extends Object
implements Projection


Constructor Summary
ProjectionImpl(org.hibernate.criterion.Projection projection)
           
 
Method Summary
 org.hibernate.criterion.Projection getWrappedProjection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectionImpl

public ProjectionImpl(org.hibernate.criterion.Projection projection)
Method Detail

getWrappedProjection

public org.hibernate.criterion.Projection getWrappedProjection()

Liferay 6.0.5