| Package | Description |
|---|---|
| org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
| Modifier and Type | Method and Description |
|---|---|
CountProjection |
Property.count() |
static CountProjection |
Projections.count(java.lang.String propertyName)
A property value count
|
static CountProjection |
Projections.countDistinct(java.lang.String propertyName)
A distinct property value count
|
CountProjection |
CountProjection.setDistinct() |
Copyright © 2013. All Rights Reserved.