Uses of Class
org.hibernate.criterion.CountProjection
-
Packages that use CountProjection Package Description org.hibernate.criterion -
-
Uses of CountProjection in org.hibernate.criterion
Methods in org.hibernate.criterion that return CountProjection Modifier and Type Method Description static CountProjectionProjections. count(String propertyName)A property value count projectionCountProjectionProperty. count()Creates a property count projectionstatic CountProjectionProjections. countDistinct(String propertyName)A distinct property value count projectionCountProjectionCountProjection. setDistinct()Sets the count as being distinct
-