Class ProjectionImpl

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

public class ProjectionImpl extends Object implements com.liferay.portal.kernel.dao.orm.Projection
Author:
Brian Wing Shun Chan
  • Constructor Details

    • ProjectionImpl

      public ProjectionImpl(org.hibernate.criterion.Projection projection)
  • Method Details

    • getWrappedProjection

      public org.hibernate.criterion.Projection getWrappedProjection()
    • toString

      public String toString()
      Overrides:
      toString in class Object