Package | Description |
---|---|
org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
Modifier and Type | Method and Description |
---|---|
CountProjection |
Property.count()
Creates a property count projection
|
static CountProjection |
Projections.count(String propertyName)
A property value count projection
|
static CountProjection |
Projections.countDistinct(String propertyName)
A distinct property value count projection
|
CountProjection |
CountProjection.setDistinct()
Sets the count as being distinct
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.