public class

CountProjection

extends AggregateProjection
java.lang.Object
   ↳ org.hibernate.criterion.SimpleProjection
     ↳ org.hibernate.criterion.AggregateProjection
       ↳ org.hibernate.criterion.CountProjection

Class Overview

A count

Summary

[Expand]
Inherited Fields
From class org.hibernate.criterion.AggregateProjection
Protected Constructors
CountProjection(String prop)
Public Methods
CountProjection setDistinct()
String toString()
Protected Methods
List buildFunctionParameterList(Criteria criteria, CriteriaQuery criteriaQuery)
[Expand]
Inherited Methods
From class org.hibernate.criterion.AggregateProjection
From class org.hibernate.criterion.SimpleProjection
From class java.lang.Object
From interface org.hibernate.criterion.EnhancedProjection
From interface org.hibernate.criterion.Projection

Protected Constructors

protected CountProjection (String prop)

Public Methods

public CountProjection setDistinct ()

public String toString ()

Protected Methods

protected List buildFunctionParameterList (Criteria criteria, CriteriaQuery criteriaQuery)